me
/
guix
Archived
1
0
Fork 0

gnu: xclip: Use a descriptive source file name.

* gnu/packages/xdisorg.scm (xclip)[source]: Set the file-name.
master
Leo Famulari 2017-07-12 21:10:41 -04:00
parent c96ed00910
commit e3baf59cb3
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ program.")
(method url-fetch)
(uri (string-append "https://github.com/astrand/xclip"
"/archive/" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0n7pczk9vv30zf8qfln8ba3hnif9yfdxg0m84djac469wc28hnya"))))