mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: feh: Enable EXIF support.
* gnu/packages/image-viewers.scm (feh)[arguments]: Enable EXIF support. (inputs): Add libexif.
This commit is contained in:
parent
f2d2dc70fc
commit
0de33cb364
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue