gnu: rofi: Update to 1.7.2.
* gnu/packages/xdisorg.scm (rofi): Update to 1.7.2. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
5101dcfb15
commit
5686e4aedf
1 changed files with 3 additions and 4 deletions
|
@ -1689,7 +1689,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.")
|
||||||
(define-public rofi
|
(define-public rofi
|
||||||
(package
|
(package
|
||||||
(name "rofi")
|
(name "rofi")
|
||||||
(version "1.7.0")
|
(version "1.7.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/davatorium/rofi/"
|
(uri (string-append "https://github.com/davatorium/rofi/"
|
||||||
|
@ -1697,7 +1697,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.")
|
||||||
version "/rofi-" version ".tar.xz"))
|
version "/rofi-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1929q3dks8fqd3pfkzs0ba06gwzhlgcrfar9fpga43f3byrrbfxa"))))
|
"1kfp9ylynz8xgw11aa5k7b4iyq9z8zkqas1mpvs8wpzvnfr09ymd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("pango" ,pango)
|
`(("pango" ,pango)
|
||||||
|
@ -1727,8 +1727,7 @@ connectivity of the X server running on a particular @code{DISPLAY}.")
|
||||||
(substitute* '("test/helper-expand.c")
|
(substitute* '("test/helper-expand.c")
|
||||||
(("~root") "/root")
|
(("~root") "/root")
|
||||||
(("~") "")
|
(("~") "")
|
||||||
(("g_get_home_dir \\(\\)") "\"/\""))
|
(("g_get_home_dir \\(\\)") "\"/\"")))))))
|
||||||
#t)))))
|
|
||||||
(home-page "https://github.com/davatorium/rofi")
|
(home-page "https://github.com/davatorium/rofi")
|
||||||
(synopsis "Application launcher")
|
(synopsis "Application launcher")
|
||||||
(description "Rofi is a minimalist application launcher. It memorizes which
|
(description "Rofi is a minimalist application launcher. It memorizes which
|
||||||
|
|
Reference in a new issue