diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-12 01:30:13 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-12 16:16:44 +0200 |
commit | 237d4cf73c0a4b7b25653c01a6003e1db3da1716 (patch) | |
tree | 90bdb370bca42a5489b40bfcab446fc3b099ee44 /gnu | |
parent | 7faed56c443f89dc3a802fb2a130c73cbb1b33b5 (diff) |
gnu: gfbgraph: Don't use NAME in source URI.
* gnu/packages/gnome.scm (gfbgraph)[source]: Hard-code NAME.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8341bd6802..5dc18b3bb5 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7231,9 +7231,9 @@ compiled.") (source (origin (method url-fetch) (uri (string-append - "mirror://gnome/sources/" name "/" + "mirror://gnome/sources/gfbgraph/" (version-major+minor version) "/" - name "-" version ".tar.xz")) + "gfbgraph-" version ".tar.xz")) (sha256 (base32 "1dp0v8ia35fxs9yhnqpxj3ir5lh018jlbiwifjfn8ayy7h47j4fs")))) |