[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/09: gnu: net-snmp: Omit static library.
From: |
guix-commits |
Subject: |
06/09: gnu: net-snmp: Omit static library. |
Date: |
Sun, 30 May 2021 05:54:26 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3573e73840a59e4168cf744b86442b181b30c243
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 29 23:36:59 2021 +0200
gnu: net-snmp: Omit static library.
* gnu/packages/networking.scm (net-snmp)[arguments]: Add "--disable-static"
configure flag.
---
gnu/packages/networking.scm | 1 +
gnu/packages/python.scm | 4 ++--
gnu/packages/xdisorg.scm | 4 ++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 7286e51..945123e 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -3214,6 +3214,7 @@ Features:
(list (string-append "LDFLAGS=-Wl,-rpath="
(assoc-ref %outputs "out")
"/lib")
+ "--disable-static"
"--with-logfile=/var/log/snmpd.log"
(string-append "--with-openssl="
(assoc-ref %build-inputs "openssl")))
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ce424bd..e694321 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm
index bf4b062..5573e2a 100644
--- a/gnu/packages/xdisorg.scm
+++ b/gnu/packages/xdisorg.scm
@@ -1235,7 +1235,7 @@ Escape key when Left Control is pressed and released on
its own.")
(define-public libwacom
(package
(name "libwacom")
- (version "1.7")
+ (version "1.10")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1243,7 +1243,7 @@ Escape key when Left Control is pressed and released on
its own.")
"libwacom-" version "/libwacom-" version ".tar.bz2"))
(sha256
(base32
- "0797gc055dgg2jfqijy9823bd83jwr4wb2z9id992qlcr0xmz1rw"))))
+ "14aj4ss1chxxgaprs9sfriia2ch9wj9rqay0ndkzk1m7jx2qrjgn"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags '("--disable-static")))
- branch master updated (8774e1b -> c00b176), guix-commits, 2021/05/30
- 01/09: gnu: rlwrap: Update to 0.45.1., guix-commits, 2021/05/30
- 02/09: gnu: rlwrap: Fix single-quotation in Texinfo., guix-commits, 2021/05/30
- 05/09: gnu: net-snmp: Update to 5.9.1., guix-commits, 2021/05/30
- 07/09: gnu: python-hupper: Update to 1.10.3., guix-commits, 2021/05/30
- 06/09: gnu: net-snmp: Omit static library.,
guix-commits <=
- 08/09: gnu: Add lingot., guix-commits, 2021/05/30
- 03/09: gnu: python-cookiecutter: Update to 1.7.3., guix-commits, 2021/05/30
- 04/09: gnu: python-fastjsonschema: Update to 2.15.1., guix-commits, 2021/05/30
- 09/09: gnu: vapoursynth: Wrap with own PYTHONPATH., guix-commits, 2021/05/30