summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 01:36:18 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 01:41:23 +0100
commit99aa7a2d6f75eb74ee86350322b23b53ff6a2068 (patch)
tree072617cc7a6a22b963203254cc15bbd10cc67d8c
parenteda580c0798588488d9b06ca8045f3adeee32e89 (diff)
downloadpatches-99aa7a2d6f75eb74ee86350322b23b53ff6a2068.tar
patches-99aa7a2d6f75eb74ee86350322b23b53ff6a2068.tar.gz
gnu: bluefish: Don't use NAME in source URI.
* gnu/packages/gnome.scm (bluefish)[source]: Hard-code NAME.
-rw-r--r--gnu/packages/gnome.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8c93803fca..8ba57e1ce0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8739,7 +8739,7 @@ only know by its Unicode name or code point.")
(origin
(method url-fetch)
(uri (string-append "http://www.bennewitz.com/bluefish/stable/source/"
- name "-" version ".tar.gz"))
+ "bluefish-" version ".tar.gz"))
(sha256
(base32
"1jw4has7lbp77lqmzvnnjmqcf0lacjfnka873lkkwdyrpzc4c1q4"))))