me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/xdisorg.scm (arandr)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-11-30 20:43:42 +01:00
parent 2a6403c1b3
commit 93f6165fbc
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -98,8 +98,8 @@
(version "0.1.9")
(source (origin
(method url-fetch)
(uri (string-append "http://christian.amsuess.com/tools/" name
"/files/" name "-" version ".tar.gz"))
(uri (string-append "http://christian.amsuess.com/tools/arandr"
"/files/arandr-" version ".tar.gz"))
(sha256
(base32
"1i3f1agixxbfy4kxikb2b241p7c2lg73cl9wqfvlwz3q6zf5faxv"))