gnu: piper: Update to 0.5.1. Disable broken tests.
* gnu/packages/gnome.scm (piper): Update to 0.5.1. Disable tests. Signed-off-by: Leo Famulari <leo@famulari.name>master
parent
3403679276
commit
d8e83969a9
|
@ -11039,7 +11039,7 @@ your operating-system definition:
|
||||||
(define-public piper
|
(define-public piper
|
||||||
(package
|
(package
|
||||||
(name "piper")
|
(name "piper")
|
||||||
(version "0.5")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -11047,7 +11047,7 @@ your operating-system definition:
|
||||||
(url "https://github.com/libratbag/piper")
|
(url "https://github.com/libratbag/piper")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "00vrcsbsv2477l1ncpyzc61lhxgac84dsgr3sjs8qxw3nh1gaasv"))
|
(base32 "1nfjnsiwg2rs6gkjsxzhr2708i6di149dgwq3cf6l12rxqpb8arj"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -11071,6 +11071,7 @@ your operating-system definition:
|
||||||
#:modules (((guix build python-build-system) #:prefix python:)
|
#:modules (((guix build python-build-system) #:prefix python:)
|
||||||
(guix build meson-build-system)
|
(guix build meson-build-system)
|
||||||
(guix build utils))
|
(guix build utils))
|
||||||
|
#:tests? #f ;; The flake8 test fails trying to validate piper.in as code.
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'dont-update-gtk-icon-cache
|
(add-after 'unpack 'dont-update-gtk-icon-cache
|
||||||
|
|
Reference in New Issue