mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05: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 @@ (define-public lz4
|
|||
(define-public squashfs-tools
|
||||
(package
|
||||
(name "squashfs-tools")
|
||||
(version "4.4")
|
||||
(version "4.4-git.1") ; ‘A point release of […] 4.4’
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -865,15 +865,7 @@ (define-public squashfs-tools
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0697fv8n6739mcyn57jclzwwbbqwpvjdfkv1qh9s56lvyqnplwaw"))
|
||||
(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)))))))
|
||||
(base32 "1hb95iy445hs2p3f7hg51jkrpkfi3bphddk60p2la0qmcdjkgbbm"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
|
Loading…
Reference in a new issue