diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2012-12-13 22:28:34 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2012-12-13 22:28:34 +0100 |
| commit | d7e2841b9d757fa365bb4c6d101092ccd93de84c (patch) | |
| tree | b72891e4344938442d500ddaa85bfd182e60dde8 /distro | |
| parent | 1e9824513c570370638b1bfe33bf1dba1f12be4a (diff) | |
distro: lout: Comment out dependency on Ghostscript.
* distro/packages/lout.scm (lout): Temporarily comment out dependency on
Ghostscript as this was causing evaluation errors on Hydra.
Diffstat (limited to 'distro')
| -rw-r--r-- | distro/packages/lout.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/distro/packages/lout.scm b/distro/packages/lout.scm index 77228eb6e18..ecd2b144fa7 100644 --- a/distro/packages/lout.scm +++ b/distro/packages/lout.scm | |||
| @@ -88,8 +88,11 @@ | |||
| 88 | "12gkyqrn0kaa8xq7sc7v3wm407pz2fxg9ngc75aybhi5z825b9vq")))) | 88 | "12gkyqrn0kaa8xq7sc7v3wm407pz2fxg9ngc75aybhi5z825b9vq")))) |
| 89 | (build-system gnu-build-system) ; actually, just a makefile | 89 | (build-system gnu-build-system) ; actually, just a makefile |
| 90 | (outputs '("out" "doc")) | 90 | (outputs '("out" "doc")) |
| 91 | (inputs `(("ghostscript" ,(lambda _ ; FIXME: replace with our own | 91 | (inputs |
| 92 | (nixpkgs-derivation "ghostscript"))))) | 92 | `(;; FIXME: Add dependency on Ghostscript. |
| 93 | ;; ("ghostscript" ,(lambda _ | ||
| 94 | ;; (nixpkgs-derivation "ghostscript"))) | ||
| 95 | )) | ||
| 93 | (arguments `(#:modules ((guix build utils) | 96 | (arguments `(#:modules ((guix build utils) |
| 94 | (guix build gnu-build-system) | 97 | (guix build gnu-build-system) |
| 95 | (srfi srfi-1)) ; we need SRFI-1 | 98 | (srfi srfi-1)) ; we need SRFI-1 |
