mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: squashfs-tools: Fix cross-compiling.
* gnu/packages/compression.scm (squashfs-tools)[arguments]: Adjust make-flags to refer to the 'out' output specifically.
This commit is contained in:
parent
b657f062bb
commit
758d3c99a7
1 changed files with 1 additions and 1 deletions
|
@ -876,7 +876,7 @@ (define-public squashfs-tools
|
||||||
"LZO_SUPPORT=1"
|
"LZO_SUPPORT=1"
|
||||||
"LZ4_SUPPORT=1"
|
"LZ4_SUPPORT=1"
|
||||||
"ZSTD_SUPPORT=1"
|
"ZSTD_SUPPORT=1"
|
||||||
(string-append "INSTALL_DIR=" %output "/bin"))
|
(string-append "INSTALL_DIR=" (assoc-ref %outputs "out") "/bin"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
|
|
Loading…
Reference in a new issue