me
/
guix
Archived
1
0
Fork 0

gnu: libarchive: Do not build 'libarchive.a'.

* gnu/packages/backup.scm (libarchive)[arguments]: Add <#:configure-flags>.
master
Marius Bakke 2019-07-23 19:05:49 +02:00
parent 80ba43b5f8
commit f8071e9b3b
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -221,7 +221,8 @@ backups (called chunks) to allow easy burning to CD/DVD.")
("zlib" ,zlib)
("zstd" ,zstd "lib")))
(arguments
`(#:phases
`(#:configure-flags '("--disable-static")
#:phases
(modify-phases %standard-phases
(add-before 'build 'patch-pwd
(lambda _