1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 03:20:43 +02:00

gnu: net-snmp: Omit static library.

* gnu/packages/networking.scm (net-snmp)[arguments]: Add "--disable-static"
configure flag.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-29 23:36:59 +02:00
parent cc142c91cf
commit 3573e73840
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
3 changed files with 5 additions and 4 deletions

View file

@ -651,7 +651,7 @@ To function properly, this package should not be installed together with the
(define-public micropython
(package
(name "micropython")
(version "1.14")
(version "1.15")
(source
(origin
(method url-fetch)
@ -659,7 +659,7 @@ To function properly, this package should not be installed together with the
"releases/download/v" version
"/micropython-" version ".tar.xz"))
(sha256
(base32 "0k6ri3rxxnnmvcbi7z7x59r21f4vj9dcf9j64jhj1cgazmb62c4p"))
(base32 "04sfrfcljhfps340l4wh5ffwkhw1ydraday8nv92nv7gmnrj1l2j"))
(modules '((guix build utils)))
(snippet
'(begin