me
/
guix
Archived
1
0
Fork 0

gnu: squashfs-tools: Build from upstream git.

* gnu/packages/compression.scm (squashfs-tools)[source]: Use GIT-FETCH
and GIT-FILE-NAME.
master
Tobias Geerinckx-Rice 2021-06-11 00:11:12 +02:00
parent 1f34f8db12
commit d037bf0294
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 17 additions and 16 deletions

View File

@ -856,14 +856,15 @@ time for compression ratio.")
(package (package
(name "squashfs-tools") (name "squashfs-tools")
(version "4.4") (version "4.4")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "mirror://sourceforge/squashfs/squashfs/" (method git-fetch)
"squashfs" version "/" (uri (git-reference
"squashfs" version ".tar.gz")) (url "https://github.com/plougher/squashfs-tools")
(commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "0697fv8n6739mcyn57jclzwwbbqwpvjdfkv1qh9s56lvyqnplwaw"))
"0zmhvczscqz0mzh4b9m8m42asq14db0a6lc8clp5ljq5ybrv70d9"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(begin '(begin