me
/
guix
Archived
1
0
Fork 0

gnu: squashfs-tools: Fix cross-compiling.

* gnu/packages/compression.scm (squashfs-tools)[arguments]: Adjust
make-flags to refer to the 'out' output specifically.
master
Efraim Flashner 2022-03-07 22:41:59 +02:00
parent b657f062bb
commit 758d3c99a7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -876,7 +876,7 @@ time for compression ratio.")
"LZO_SUPPORT=1"
"LZ4_SUPPORT=1"
"ZSTD_SUPPORT=1"
(string-append "INSTALL_DIR=" %output "/bin"))
(string-append "INSTALL_DIR=" (assoc-ref %outputs "out") "/bin"))
#:phases
(modify-phases %standard-phases
(replace 'configure