gnu: zeromq: Don't build static library.

This saves about 70% of the package size.

* gnu/packages/networking.scm (zeromq)[arguments]: Add configure flag to
skip building static library.
This commit is contained in:
Efraim Flashner 2020-11-10 20:17:51 +02:00
parent f64d265076
commit 3d5cdccab3
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -872,6 +872,7 @@ (define-public zeromq
(base32
"18km71p77jm1w7wly2a5mxvphjb0f2l6s08cg382x55f6zdqb4lx"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--disable-static")))
(home-page "https://zeromq.org")
(synopsis "Library for message-based applications")
(description