aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-21 18:40:31 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-22 02:32:13 +0200
commit50b01dcf3c2a2990b8192ec790adbb855f4410e1 (patch)
treea9ae184cf6438f86ab9e219ed8f8bed4846551e4
parent3671cbe51a0f2c7b578fecd9da218e3632da5392 (diff)
downloadguix-50b01dcf3c2a2990b8192ec790adbb855f4410e1.tar
guix-50b01dcf3c2a2990b8192ec790adbb855f4410e1.tar.gz
gnu: dbacl: Don't use NAME in source URI.
* gnu/packages/textutils.scm (dbacl)[source]: Hard-code NAME.
-rw-r--r--gnu/packages/textutils.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 7436fdeb97..da5cd011d8 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -519,7 +519,7 @@ in a portable way.")
(origin
(method url-fetch)
(uri (string-append "http://www.lbreyer.com/gpl/"
- name "-" version ".tar.gz"))
+ "dbacl-" version ".tar.gz"))
(sha256
(base32
"0224g6x71hyvy7jikfxmgcwww1r5lvk0jx36cva319cb9nmrbrq7"))))