gnu: xfce4-whiskermenu-plugin: Don't use NAME in source URI.
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin)[source]: Hard-code NAME.master
parent
4c003c5f2d
commit
a8d9d706b5
|
@ -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
|
||||||
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://archive.xfce.org/src/panel-plugins/"
|
(uri (string-append "http://archive.xfce.org/src/panel-plugins/"
|
||||||
name "/" (version-major+minor version) "/"
|
"xfce4-whiskermenu-plugin/" (version-major+minor version) "/"
|
||||||
name "-" version ".tar.bz2"))
|
"xfce4-whiskermenu-plugin-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0j0qmk372130avq8n07lfqrcm2al7n07l8gc06bbr1g6q57wrip0"))))
|
||||||
"0j0qmk372130avq8n07lfqrcm2al7n07l8gc06bbr1g6q57wrip0"))))
|
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in New Issue