gnu: tumbler: Don't use NAME in source URI.

* gnu/packages/xfce.scm (tumbler)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-05-20 03:40:26 +02:00
parent e7532c2db8
commit 5cb92d7ed5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -254,8 +254,8 @@ merging features essential for loading menus modified with menu editors.")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
name "/" (version-major+minor version) "/"
name "-" version ".tar.bz2"))
"tumbler/" (version-major+minor version) "/"
"tumbler-" version ".tar.bz2"))
(sha256
(base32
"19mnwmcxdhqfqkd9433z8h2y8w49vlc7jw5p5h8j54wz7zhrgx0g"))))