me
/
guix
Archived
1
0
Fork 0

gnu: xfce4-whiskermenu-plugin: Don't use NAME in source URI.

* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-11-10 00:41:55 +01:00
parent 4c003c5f2d
commit a8d9d706b5
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 8 additions and 8 deletions

View File

@ -463,14 +463,14 @@ keys for controlling the audio volume.")
(package (package
(name "xfce4-whiskermenu-plugin") (name "xfce4-whiskermenu-plugin")
(version "2.3.3") (version "2.3.3")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "http://archive.xfce.org/src/panel-plugins/" (method url-fetch)
name "/" (version-major+minor version) "/" (uri (string-append "http://archive.xfce.org/src/panel-plugins/"
name "-" version ".tar.bz2")) "xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
(sha256 "xfce4-whiskermenu-plugin-" version ".tar.bz2"))
(base32 (sha256
"0j0qmk372130avq8n07lfqrcm2al7n07l8gc06bbr1g6q57wrip0")))) (base32 "0j0qmk372130avq8n07lfqrcm2al7n07l8gc06bbr1g6q57wrip0"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)