3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rdesktop: Don't use NAME in source URI.

* gnu/packages/rdesktop.scm (rdesktop)[source]: Hard-code name.
This commit is contained in:
Tobias Geerinckx-Rice 2018-12-23 04:57:25 +01:00
parent 9c2b56a377
commit 64430c87b6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -49,8 +49,8 @@
(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"))))