Archived
1
0
Fork 0

gnu: feh: Enable inotify support.

* gnu/packages/image-viewers.scm (feh)[arguments]: Add ‘inotify=1’
to #:make-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-31 04:02:56 +02:00
parent 5044a6eb68
commit 123612d314
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -89,7 +89,8 @@
#:test-target "test"
#:make-flags
(list "CC=gcc" (string-append "PREFIX=" (assoc-ref %outputs "out"))
"exif=1")))
"exif=1"
"inotify=1")))
(native-inputs
`(("perl" ,perl)
("perl-test-command" ,perl-test-command)))