self: Remove 'eval-when' from in generated (guix config).
* guix/self.scm (make-config.scm): Remove unneeded 'eval-when'.
This commit is contained in:
parent
f8fbe37654
commit
63cab4182d
|
@ -399,8 +399,6 @@ list of file-name/file-like objects suitable as inputs to 'imported-files'."
|
||||||
%xz
|
%xz
|
||||||
%nix-instantiate))
|
%nix-instantiate))
|
||||||
|
|
||||||
;; XXX: Work around <http://bugs.gnu.org/15602>.
|
|
||||||
(eval-when (expand load eval)
|
|
||||||
#$@(map (match-lambda
|
#$@(map (match-lambda
|
||||||
((name . value)
|
((name . value)
|
||||||
#~(define-public #$name #$value)))
|
#~(define-public #$name #$value)))
|
||||||
|
@ -437,7 +435,7 @@ list of file-name/file-like objects suitable as inputs to 'imported-files'."
|
||||||
(file-append zlib "/lib/libz")))
|
(file-append zlib "/lib/libz")))
|
||||||
|
|
||||||
(define %nix-instantiate ;for (guix import snix)
|
(define %nix-instantiate ;for (guix import snix)
|
||||||
"nix-instantiate")))))
|
"nix-instantiate"))))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue