me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 1 additions and 0 deletions

View File

@ -872,6 +872,7 @@ transparently check connection attempts against an access control list.")
(base32
"18km71p77jm1w7wly2a5mxvphjb0f2l6s08cg382x55f6zdqb4lx"))))
(build-system gnu-build-system)
(arguments '(#:configure-flags '("--disable-static")))
(home-page "https://zeromq.org")
(synopsis "Library for message-based applications")
(description