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:
Tobias Geerinckx-Rice 2021-12-18 06:06:19 +01:00
parent 5101dcfb15
commit 5686e4aedf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1689,7 +1689,7 @@ (define-public xdpyprobe
(define-public rofi
(package
(name "rofi")
(version "1.7.0")
(version "1.7.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/davatorium/rofi/"
@ -1697,7 +1697,7 @@ (define-public rofi
version "/rofi-" version ".tar.xz"))
(sha256
(base32
"1929q3dks8fqd3pfkzs0ba06gwzhlgcrfar9fpga43f3byrrbfxa"))))
"1kfp9ylynz8xgw11aa5k7b4iyq9z8zkqas1mpvs8wpzvnfr09ymd"))))
(build-system gnu-build-system)
(inputs
`(("pango" ,pango)
@ -1727,8 +1727,7 @@ (define-public rofi
(substitute* '("test/helper-expand.c")
(("~root") "/root")
(("~") "")
(("g_get_home_dir \\(\\)") "\"/\""))
#t)))))
(("g_get_home_dir \\(\\)") "\"/\"")))))))
(home-page "https://github.com/davatorium/rofi")
(synopsis "Application launcher")
(description "Rofi is a minimalist application launcher. It memorizes which