diff options
author | Leo Famulari <leo@famulari.name> | 2017-07-12 21:10:41 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-07-12 21:12:09 -0400 |
commit | e3baf59cb32ada3f42e3bc13e90a170a064f555b (patch) | |
tree | 7457ea75a13875b1e9143ed5a0a691a6d585c53f /gnu | |
parent | c96ed00910d9238a43469e5f00a8261253294257 (diff) | |
download | guix-e3baf59cb32ada3f42e3bc13e90a170a064f555b.tar guix-e3baf59cb32ada3f42e3bc13e90a170a064f555b.tar.gz |
gnu: xclip: Use a descriptive source file name.
* gnu/packages/xdisorg.scm (xclip)[source]: Set the file-name.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/xdisorg.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index 9f63de2ace..5e24440e41 100644 --- a/gnu/packages/xdisorg.scm +++ b/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")))) |