mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: feh: Update to 3.9.
* gnu/packages/image-viewers.scm (feh): Update to 3.9. [arguments]: Add "magic=1" to #:make-flags.
This commit is contained in:
parent
db0bab5b9e
commit
a7c3eb8fdf
1 changed files with 4 additions and 3 deletions
|
@ -162,7 +162,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
|
|||
(define-public feh
|
||||
(package
|
||||
(name "feh")
|
||||
(version "3.8")
|
||||
(version "3.9")
|
||||
(home-page "https://feh.finalrewind.org/")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
@ -170,7 +170,7 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
|
|||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1a9bsq5j9sl2drzkab0hdhnamalpaszw9mz2prz6scrr5dak8g3z"))))
|
||||
"185wwqd60r2rk6lzcvd6sl58589qfqrfnf7lqd6friyj84n9cjc6"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases (delete 'configure))
|
||||
|
@ -179,7 +179,8 @@ YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
|
|||
(list ,(string-append "CC=" (cc-for-target))
|
||||
(string-append "PREFIX=" (assoc-ref %outputs "out"))
|
||||
"exif=1"
|
||||
"inotify=1")))
|
||||
"inotify=1"
|
||||
"magic=1")))
|
||||
(native-inputs
|
||||
(list perl perl-test-command))
|
||||
(inputs (list curl
|
||||
|
|
Loading…
Reference in a new issue