gnu: feh: Enable inotify support.
* gnu/packages/image-viewers.scm (feh)[arguments]: Add ‘inotify=1’ to #:make-flags.
This commit is contained in:
parent
5044a6eb68
commit
123612d314
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Reference in a new issue