[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: xclip: Use a descriptive source file name.
From: |
Leo Famulari |
Subject: |
01/01: gnu: xclip: Use a descriptive source file name. |
Date: |
Wed, 12 Jul 2017 21:12:45 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit e3baf59cb32ada3f42e3bc13e90a170a064f555b
Author: Leo Famulari <address@hidden>
Date: Wed Jul 12 21:10:41 2017 -0400
gnu: xclip: Use a descriptive source file name.
* gnu/packages/xdisorg.scm (xclip)[source]: Set the file-name.
---
gnu/packages/xdisorg.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index 9f63de2..5e24440 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"))))