gnu: feh: Enable EXIF support.
* gnu/packages/image-viewers.scm (feh)[arguments]: Enable EXIF support. (inputs): Add libexif.master
parent
f2d2dc70fc
commit
0de33cb364
|
@ -74,12 +74,14 @@
|
||||||
'(#:phases (modify-phases %standard-phases (delete 'configure))
|
'(#:phases (modify-phases %standard-phases (delete 'configure))
|
||||||
#:test-target "test"
|
#:test-target "test"
|
||||||
#:make-flags
|
#:make-flags
|
||||||
(list "CC=gcc" (string-append "PREFIX=" (assoc-ref %outputs "out")))))
|
(list "CC=gcc" (string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||||
|
"exif=1")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
("perl-test-command" ,perl-test-command)))
|
("perl-test-command" ,perl-test-command)))
|
||||||
(inputs `(("imlib2" ,imlib2)
|
(inputs `(("imlib2" ,imlib2)
|
||||||
("curl" ,curl)
|
("curl" ,curl)
|
||||||
|
("libexif" ,libexif)
|
||||||
("libpng" ,libpng)
|
("libpng" ,libpng)
|
||||||
("libxt" ,libxt)
|
("libxt" ,libxt)
|
||||||
("libx11" ,libx11)
|
("libx11" ,libx11)
|
||||||
|
|
Reference in New Issue