mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: squashfs-tools: Update to 4.4-git.1.
* gnu/packages/compression.scm (squashfs-tools): Update to 4.4-git.1. [source]: Remove obsolete snippet.
This commit is contained in:
parent
e02faf3d82
commit
8339c70b96
1 changed files with 2 additions and 10 deletions
|
@ -856,7 +856,7 @@ time for compression ratio.")
|
||||||
(define-public squashfs-tools
|
(define-public squashfs-tools
|
||||||
(package
|
(package
|
||||||
(name "squashfs-tools")
|
(name "squashfs-tools")
|
||||||
(version "4.4")
|
(version "4.4-git.1") ; ‘A point release of […] 4.4’
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -865,15 +865,7 @@ time for compression ratio.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0697fv8n6739mcyn57jclzwwbbqwpvjdfkv1qh9s56lvyqnplwaw"))
|
(base32 "1hb95iy445hs2p3f7hg51jkrpkfi3bphddk60p2la0qmcdjkgbbm"))))
|
||||||
(modules '((guix build utils)))
|
|
||||||
(snippet
|
|
||||||
'(begin
|
|
||||||
;; Fix build with -fno-common (default in GCC 10).
|
|
||||||
;; Remove for squashfs-tools > 4.4.
|
|
||||||
(substitute* "squashfs-tools/mksquashfs.h"
|
|
||||||
(("struct cache \\*bwriter_buffer" all)
|
|
||||||
(string-append "extern " all)))))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue