mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05: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:
parent
c9512e6dc5
commit
054c55cac9
1 changed files with 4 additions and 0 deletions
|
@ -2664,6 +2664,10 @@ (define-public libdeflate
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue