guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: feh: Enable inotify support.


From: guix-commits
Subject: 04/04: gnu: feh: Enable inotify support.
Date: Sun, 30 Aug 2020 22:58:51 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 123612d314d859f93858e672602bb6a22d8565c8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Aug 31 04:02:56 2020 +0200

    gnu: feh: Enable inotify support.
    
    * gnu/packages/image-viewers.scm (feh)[arguments]: Add ‘inotify=1’
    to #:make-flags.
---
 gnu/packages/image-viewers.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 0258ce5..16040e4 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]