Browse Source
gnu: xclip: Use a descriptive source file name.
* gnu/packages/xdisorg.scm (xclip)[source]: Set the file-name.
python-updates
Leo Famulari
5 years ago
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with
1 additions and
0 deletions
-
gnu/packages/xdisorg.scm
|
|
@ -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")))) |
|
|
|