gnu: lout: Make ghostscript-gs a native input.

* gnu/packages/lout.scm (lout)[inputs]: Move to native-inputs.
master
Andreas Enge 2016-07-26 23:09:01 +02:00
parent 5ef469ce31
commit 02b934e2c6
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
"1gb8vb1wl7ikn269dd1c7ihqhkyrwk19jwx5kd0rdvbk6g7g25ix"))))
(build-system gnu-build-system) ; actually, just a makefile
(outputs '("out" "doc"))
(inputs
(native-inputs
`(("ghostscript" ,ghostscript-gs)))
(arguments `(#:modules ((guix build utils)
(guix build gnu-build-system)