mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: squashfuse-for-appimage: Fix indentation.
* gnu/packages/file-systems.scm (squashfuse-for-appimage): Fix indentation. Change-Id: Ia420df1e71690c206fb663eb962bdc373fef5929
This commit is contained in:
parent
9fb7b9ef68
commit
33471f637a
1 changed files with 20 additions and 20 deletions
|
@ -2069,26 +2069,26 @@ memory-efficient.")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public squashfuse-for-appimage
|
(define-public squashfuse-for-appimage
|
||||||
(package
|
(package
|
||||||
(inherit squashfuse)
|
(inherit squashfuse)
|
||||||
(arguments
|
(arguments
|
||||||
(cons*
|
(cons*
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
#~'("CFLAGS=-ffunction-sections -fdata-sections -Os -no-pie"
|
#~'("CFLAGS=-ffunction-sections -fdata-sections -Os -no-pie"
|
||||||
"LDFLAGS=-static")
|
"LDFLAGS=-static")
|
||||||
(substitute-keyword-arguments (package-arguments squashfuse)
|
(substitute-keyword-arguments (package-arguments squashfuse)
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
#~(modify-phases #$phases
|
#~(modify-phases #$phases
|
||||||
(add-after 'install 'install-private-headers
|
(add-after 'install 'install-private-headers
|
||||||
(lambda _
|
(lambda _
|
||||||
(install-file "fuseprivate.h"
|
(install-file "fuseprivate.h"
|
||||||
(string-append #$output
|
(string-append #$output
|
||||||
"/include/squashfuse/")))))))))
|
"/include/squashfuse/")))))))))
|
||||||
(inputs (list fuse-for-appimage
|
(inputs (list fuse-for-appimage
|
||||||
`(,zstd "lib")
|
`(,zstd "lib")
|
||||||
`(,zstd "static")
|
`(,zstd "static")
|
||||||
`(,zlib "out")
|
`(,zlib "out")
|
||||||
`(,zlib "static")))))
|
`(,zlib "static")))))
|
||||||
|
|
||||||
(define-public tmsu
|
(define-public tmsu
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Reference in a new issue