mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
distro: lout: Delay use of of `nixpkgs-derivation'.
* distro/packages/lout.scm (lout): Don't fork with `nixpkgs-derivation', to avoid any issues in the absence of `nix-instantiate'.
This commit is contained in:
parent
200dc93761
commit
836676450d
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ (define out
|
|||
"12gkyqrn0kaa8xq7sc7v3wm407pz2fxg9ngc75aybhi5z825b9vq"))))
|
||||
(build-system gnu-build-system) ; actually, just a makefile
|
||||
(outputs '("out" "doc"))
|
||||
(inputs `(("ghostscript" ,(nixpkgs-derivation "ghostscript"))))
|
||||
(inputs `(("ghostscript" ,(lambda _ ; FIXME: replace with our own
|
||||
(nixpkgs-derivation "ghostscript")))))
|
||||
(arguments `(#:modules ((guix build utils)
|
||||
(guix build gnu-build-system)
|
||||
(srfi srfi-1)) ; we need SRFI-1
|
||||
|
|
Loading…
Reference in a new issue