gnu: libdeflate: Omit static library.
* gnu/packages/compression.scm (libdeflate)[arguments]: Add a new 'skip-static-library-installation phase.master
parent
c9512e6dc5
commit
054c55cac9
|
@ -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