mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: rdesktop: Don't use NAME in source URI.
* gnu/packages/rdesktop.scm (rdesktop)[source]: Hard-code name.
This commit is contained in:
parent
9c2b56a377
commit
64430c87b6
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ (define-public rdesktop
|
|||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://sourceforge/" name "/" name "/" version "/"
|
||||
name "-" version ".tar.gz"))
|
||||
"mirror://sourceforge/rdesktop/rdesktop/" version "/"
|
||||
"rdesktop-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1r7c1rjmw2xzq8fw0scyb453gy9z19774z1z8ldmzzsfndb03cl8"))))
|
||||
|
|
Loading…
Reference in a new issue