me
/
guix
Archived
1
0
Fork 0

gnu: lz4: Download sources from git.

* gnu/packages/compression.scm (lz4)[source]: Change to GIT-FETCH.
master
Marius Bakke 2018-12-04 17:06:28 +01:00
parent c492e85b52
commit b38cfa1dfd
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 5 deletions

View File

@ -796,13 +796,13 @@ writing of compressed data created with the zlib and bzip2 libraries.")
(version "1.8.1.2") (version "1.8.1.2")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/lz4/lz4/archive/" (uri (git-reference (url "https://github.com/lz4/lz4")
"v" version ".tar.gz")) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"1y93h6dyi3026gvpzdv310ldcylnnhwf32n75mdjf8x9fvkskwqj")) "1jggv4lvfav53advnj0pwqgxzn868lrj8dc9zp73iwvqlj82mhmx"))
(file-name (string-append name "-" version ".tar.gz")))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("valgrind" ,valgrind))) ; for tests (native-inputs `(("valgrind" ,valgrind))) ; for tests
(arguments (arguments