gnu: spread-sheet-widget: Don't use NAME in source URI.
* gnu/packages/gtk.scm (spread-sheet-widget)[source]: Hard-code NAME.master
parent
4c7ca747eb
commit
22e6855442
|
@ -1687,12 +1687,12 @@ input.")
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://alpha.gnu.org/gnu/ssw/"
|
(uri (string-append "https://alpha.gnu.org/gnu/ssw/"
|
||||||
name "-" version ".tar.gz"))
|
"spread-sheet-widget-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1h93yyh2by6yrmkwqg38nd5knids05k5nqzcihc1hdwgzg3c4b8y"))))
|
(base32 "1h93yyh2by6yrmkwqg38nd5knids05k5nqzcihc1hdwgzg3c4b8y"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib" ,glib "bin") ; for glib-genmarshal, etc.
|
`(("glib" ,glib "bin") ; for glib-genmarshal, etc.
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)))
|
||||||
;; In 'Requires' of spread-sheet-widget.pc.
|
;; In 'Requires' of spread-sheet-widget.pc.
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue