diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 19:58:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-03 20:09:29 +0100 |
commit | f4c830641ee4f25d89aa16fcef6db85ab2216c34 (patch) | |
tree | 9dfc92e0ebfaf395b9a79bce6b8b5dbdfc5ed5c2 /gnu/packages/xfce.scm | |
parent | a6bc056e9420d7e1a9f2938fb671b6b687388285 (diff) | |
download | patches-f4c830641ee4f25d89aa16fcef6db85ab2216c34.tar patches-f4c830641ee4f25d89aa16fcef6db85ab2216c34.tar.gz |
gnu: xfburn: Don't use NAME in source URI.
* gnu/packages/xfce.scm (xfburn)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/xfce.scm')
-rw-r--r-- | gnu/packages/xfce.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index 0fba4c0566..b2ef3cdce2 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -1052,7 +1052,7 @@ sending standard messages over D-Bus using the (method url-fetch) (uri (string-append "http://archive.xfce.org/src/apps/xfburn/" (version-major+minor version) "/" - name "-" version ".tar.bz2")) + "xfburn-" version ".tar.bz2")) (sha256 (base32 "1qdd8prnsfilsprg36p95cz3z50ffr9kgvka4d5pm260lsl3l5xa")))) |