diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-23 15:22:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-23 16:14:51 +0200 |
commit | 22e68554423637948d950af8a3cde255ef48cd4f (patch) | |
tree | 7ba59d352211deb6b8d3cae56d58b5cd2c4c4182 /gnu/packages/gtk.scm | |
parent | 4c7ca747eb63e31312e38db47c5016b4ecabe6f1 (diff) | |
download | patches-22e68554423637948d950af8a3cde255ef48cd4f.tar patches-22e68554423637948d950af8a3cde255ef48cd4f.tar.gz |
gnu: spread-sheet-widget: Don't use NAME in source URI.
* gnu/packages/gtk.scm (spread-sheet-widget)[source]: Hard-code NAME.
Diffstat (limited to 'gnu/packages/gtk.scm')
-rw-r--r-- | gnu/packages/gtk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 820fd4b41d..9e7272062f 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1687,12 +1687,12 @@ input.") (origin (method url-fetch) (uri (string-append "https://alpha.gnu.org/gnu/ssw/" - name "-" version ".tar.gz")) + "spread-sheet-widget-" version ".tar.gz")) (sha256 (base32 "1h93yyh2by6yrmkwqg38nd5knids05k5nqzcihc1hdwgzg3c4b8y")))) (build-system gnu-build-system) (native-inputs - `(("glib" ,glib "bin") ; for glib-genmarshal, etc. + `(("glib" ,glib "bin") ; for glib-genmarshal, etc. ("pkg-config" ,pkg-config))) ;; In 'Requires' of spread-sheet-widget.pc. (propagated-inputs |