mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xcalc: Don't use NAME in source URI.
* gnu/packages/xorg.scm (xcalc)[source]: Hard-code NAME.
This commit is contained in:
parent
a12d21630f
commit
e28f3cd9f0
1 changed files with 2 additions and 4 deletions
|
@ -2087,10 +2087,8 @@ (define-public xcalc
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://xorg/individual/app/" name "-"
|
||||
version
|
||||
".tar.gz"))
|
||||
(uri (string-append "mirror://xorg/individual/app/"
|
||||
"xcalc-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1xgih1iq9498m7vk22qrdsck1rb905sn395azjn4a6pmhfai401b"))))
|
||||
(build-system gnu-build-system)
|
||||
|
|
Loading…
Reference in a new issue