mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: ghex: Don't use NAME in source URI.
* gnu/packages/gnome.scm (ghex)[source]: Hard-code NAME.
This commit is contained in:
parent
89f2d7360b
commit
2fbab84878
1 changed files with 3 additions and 3 deletions
|
@ -7477,9 +7477,9 @@ (define-public ghex
|
|||
(version "3.18.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
(uri (string-append "mirror://gnome/sources/ghex/"
|
||||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
"ghex-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lq8920ad2chi9ibmyq0x9hg9yk63b0kdbzid03w42cwdzw50x66"))))
|
||||
|
@ -7490,7 +7490,7 @@ (define-public ghex
|
|||
("which" ,which)
|
||||
("intltool" ,intltool)
|
||||
("yelp-tools" ,yelp-tools)
|
||||
("desktop-file-utils" ,desktop-file-utils))) ;for 'desktop-file-validate'
|
||||
("desktop-file-utils" ,desktop-file-utils))) ; for 'desktop-file-validate'
|
||||
(inputs
|
||||
`(("atk" ,atk)
|
||||
("gtk" ,gtk+)))
|
||||
|
|
Loading…
Reference in a new issue