~ruther/guix-local

e3baf59cb32ada3f42e3bc13e90a170a064f555b — Leo Famulari 8 years ago c96ed00
gnu: xclip: Use a descriptive source file name.

* gnu/packages/xdisorg.scm (xclip)[source]: Set the file-name.
1 files changed, 1 insertions(+), 0 deletions(-)

M gnu/packages/xdisorg.scm
M gnu/packages/xdisorg.scm => gnu/packages/xdisorg.scm +1 -0
@@ 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"))))