gnu: enblend-enfuse: Remove input labels.
* gnu/packages/photo.scm (enblend-enfuse)[native-inputs, inputs]: Remove input labels.
This commit is contained in:
parent
4b08526865
commit
db5c49fc62
1 changed files with 20 additions and 20 deletions
|
@ -382,27 +382,27 @@ overlapping images, as well as some command line tools.")
|
||||||
"0j5x011ilalb47ssah50ag0a4phgh1b0wdgxdbbp1gcyjcjf60w7"))))
|
"0j5x011ilalb47ssah50ag0a4phgh1b0wdgxdbbp1gcyjcjf60w7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
(list pkg-config
|
||||||
("perl" ,perl)
|
perl
|
||||||
("perl-timedate" ,perl-timedate)
|
perl-timedate
|
||||||
;; for building the documentation
|
;; For building the documentation.
|
||||||
("gnuplot" ,gnuplot)
|
gnuplot
|
||||||
("help2man" ,help2man)
|
help2man
|
||||||
("imagemagick" ,imagemagick)
|
imagemagick
|
||||||
("libxml2" ,libxml2)
|
libxml2
|
||||||
("texlive-minimal" ,texlive-tiny)
|
texlive-tiny
|
||||||
("tidy" ,tidy)
|
tidy
|
||||||
("transfig" ,transfig)))
|
transfig))
|
||||||
(inputs
|
(inputs
|
||||||
`(("boost" ,boost)
|
(list boost
|
||||||
("gsl" ,gsl)
|
gsl
|
||||||
("lcms" ,lcms)
|
lcms
|
||||||
("libjpeg" ,libjpeg-turbo)
|
libjpeg-turbo
|
||||||
("libpng" ,libpng)
|
libpng
|
||||||
("libtiff" ,libtiff)
|
libtiff
|
||||||
("openexr" ,openexr-2)
|
openexr-2
|
||||||
("vigra" ,vigra)
|
vigra
|
||||||
("zlib" ,zlib)))
|
zlib))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags `("--enable-openmp")))
|
`(#:configure-flags `("--enable-openmp")))
|
||||||
(home-page "http://enblend.sourceforge.net/")
|
(home-page "http://enblend.sourceforge.net/")
|
||||||
|
|
Reference in a new issue