mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: mpdevil: Update to 1.10.0
* gnu/packages/mpd.scm (mpdevil): Update to 1.10.0. [inputs]: Add python-pycairo. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
74e4896b37
commit
fd40fa6879
1 changed files with 8 additions and 3 deletions
|
@ -547,7 +547,7 @@ (define-public mcg
|
||||||
(define-public mpdevil
|
(define-public mpdevil
|
||||||
(package
|
(package
|
||||||
(name "mpdevil")
|
(name "mpdevil")
|
||||||
(version "1.7.0")
|
(version "1.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -555,7 +555,7 @@ (define-public mpdevil
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1va8fqlz8qb68gvacnzmp4asnipi11316n1cv2wb41sml9d7v00j"))))
|
(base32 "04dzxyv176w5sm4j85j7fbh42nk9wsyz5s005kj9cjwsrzrnxlbk"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -568,7 +568,12 @@ (define-public mpdevil
|
||||||
(wrap-program prog
|
(wrap-program prog
|
||||||
`("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH")))
|
`("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH")))
|
||||||
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))))))
|
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))))))
|
||||||
(inputs (list bash-minimal gtk+ python python-mpd2 python-pygobject))
|
(inputs (list bash-minimal
|
||||||
|
gtk+
|
||||||
|
python
|
||||||
|
python-mpd2
|
||||||
|
python-pycairo
|
||||||
|
python-pygobject))
|
||||||
(native-inputs (list `(,glib "bin")))
|
(native-inputs (list `(,glib "bin")))
|
||||||
(home-page "https://github.com/SoongNoonien/mpdevil")
|
(home-page "https://github.com/SoongNoonien/mpdevil")
|
||||||
(synopsis "Music browser for the MPD")
|
(synopsis "Music browser for the MPD")
|
||||||
|
|
Loading…
Reference in a new issue