mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 19:11:46 +02:00
gnu: libdeflate: Omit static library.
* gnu/packages/compression.scm (libdeflate)[arguments]: Add a new 'skip-static-library-installation phase.
This commit is contained in:
@@ -2664,6 +2664,10 @@ to their original, binary CD format.")
|
||||
(string-append "PREFIX=" (assoc-ref %outputs "out")))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'skip-static-library-installation
|
||||
(lambda _
|
||||
(substitute* "Makefile"
|
||||
(("install .*\\$\\(STATIC_LIB\\).*") ""))))
|
||||
(delete 'configure))))
|
||||
(inputs
|
||||
(list zlib))
|
||||
|
||||
Reference in New Issue
Block a user