mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: netpbm: Omit static libraries.
* gnu/packages/netpbm.scm (netpbm)[arguments]: Don't copy the static libraries to the output.
This commit is contained in:
parent
3f3daa1cc1
commit
3853941d25
1 changed files with 1 additions and 4 deletions
|
@ -170,10 +170,7 @@ (define-syntax drop
|
|||
(let ((out (assoc-ref outputs "out")))
|
||||
(apply system* "make" "package"
|
||||
(string-append "pkgdir=" out) make-flags)
|
||||
;; copy static library
|
||||
(copy-file (string-append out "/link/libnetpbm.a")
|
||||
(string-append out "/lib/libnetpbm.a"))
|
||||
;; remove superfluous folders and files
|
||||
;; Remove superfluous files.
|
||||
(system* "rm" "-r" (string-append out "/link"))
|
||||
(system* "rm" "-r" (string-append out "/misc"))
|
||||
(with-directory-excursion out
|
||||
|
|
Loading…
Reference in a new issue