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:
Ludovic Courtès 2012-12-10 14:35:03 +01:00
parent 200dc93761
commit 836676450d
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@
"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