diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-08-28 01:22:24 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-08-28 01:22:24 +0200 |
commit | 61fca0fd22b81bcc0201a336a02cac74b42c6a44 (patch) | |
tree | 67cca9c72282f24b9ceb0b1706c314537e8c37ea /gnu/packages/image-viewers.scm | |
parent | 57dac1ee935edfab91e9b182c1f7c9ddae794656 (diff) | |
parent | 526ce419303ac511be8d51b41471022bed472e6b (diff) | |
download | gnu-guix-61fca0fd22b81bcc0201a336a02cac74b42c6a44.tar gnu-guix-61fca0fd22b81bcc0201a336a02cac74b42c6a44.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/image-viewers.scm')
-rw-r--r-- | gnu/packages/image-viewers.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm index 3410880a67..87546045a6 100644 --- a/gnu/packages/image-viewers.scm +++ b/gnu/packages/image-viewers.scm @@ -74,12 +74,14 @@ '(#:phases (modify-phases %standard-phases (delete 'configure)) #:test-target "test" #: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 `(("perl" ,perl) ("perl-test-command" ,perl-test-command))) (inputs `(("imlib2" ,imlib2) ("curl" ,curl) + ("libexif" ,libexif) ("libpng" ,libpng) ("libxt" ,libxt) ("libx11" ,libx11) |