gnu: jumpapp: Update to 1.2.
* gnu/packages/xdisorg.scm (jumpapp): Update to 1.2. [arguments]: Don't explicitly return #t from phases.master
parent
97e7fbe958
commit
0b535a400f
|
@ -2961,7 +2961,7 @@ This package is the fork of hsetroot by Hyriand.")
|
||||||
(define-public jumpapp
|
(define-public jumpapp
|
||||||
(package
|
(package
|
||||||
(name "jumpapp")
|
(name "jumpapp")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2970,7 +2970,7 @@ This package is the fork of hsetroot by Hyriand.")
|
||||||
(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 "1jrk4mm42sz6ca2gkb6w3dad53d4im4shpgsq8s4vr6xpl3b43ry"))))
|
(base32 "05shgw4agkhgk5vbvc05s12q7m0djc0m4qrd328hmis37bxp9j7n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments `(#:phases
|
(arguments `(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
@ -2981,8 +2981,7 @@ This package is the fork of hsetroot by Hyriand.")
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("PREFIX =.*")
|
(("PREFIX =.*")
|
||||||
(string-append "PREFIX = " out "\n")))
|
(string-append "PREFIX = " out "\n")))))))))
|
||||||
#true))))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list wmctrl xdotool xprop))
|
(list wmctrl xdotool xprop))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in New Issue