Skip to content
Snippets Groups Projects
Commit d7e2841b authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

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.
parent 1e982451
No related branches found
No related tags found
No related merge requests found
...@@ -88,8 +88,11 @@ (define out ...@@ -88,8 +88,11 @@ (define out
"12gkyqrn0kaa8xq7sc7v3wm407pz2fxg9ngc75aybhi5z825b9vq")))) "12gkyqrn0kaa8xq7sc7v3wm407pz2fxg9ngc75aybhi5z825b9vq"))))
(build-system gnu-build-system) ; actually, just a makefile (build-system gnu-build-system) ; actually, just a makefile
(outputs '("out" "doc")) (outputs '("out" "doc"))
(inputs `(("ghostscript" ,(lambda _ ; FIXME: replace with our own (inputs
(nixpkgs-derivation "ghostscript"))))) `(;; FIXME: Add dependency on Ghostscript.
;; ("ghostscript" ,(lambda _
;; (nixpkgs-derivation "ghostscript")))
))
(arguments `(#:modules ((guix build utils) (arguments `(#:modules ((guix build utils)
(guix build gnu-build-system) (guix build gnu-build-system)
(srfi srfi-1)) ; we need SRFI-1 (srfi srfi-1)) ; we need SRFI-1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment