[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/36: gnu: udunits: Omit static library.
From: |
guix-commits |
Subject: |
14/36: gnu: udunits: Omit static library. |
Date: |
Sat, 2 Jan 2021 12:56:52 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 2a7dce4f8cf99c2d2785a35102be096ed5df752b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jan 1 18:26:40 2021 +0100
gnu: udunits: Omit static library.
* gnu/packages/c.scm (udunits)[arguments]: Add ‘--disable-static’
to #:configure-flags.
---
gnu/packages/c.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/c.scm b/gnu/packages/c.scm
index c5d425f..d9e5e4d 100644
--- a/gnu/packages/c.scm
+++ b/gnu/packages/c.scm
@@ -198,6 +198,9 @@ language with thin bindings for other languages.")
(base32
"17jpbp6f0rr132jn2gqy8ry8mv1w27v6dyhfq1igv8v1674aw2sr"))))
(build-system gnu-build-system)
+ (arguments
+ `(#:configure-flags
+ (list "--disable-static")))
(inputs
`(("expat" ,expat)))
(home-page "https://www.unidata.ucar.edu/software/udunits/")
- 03/36: gnu: smartmontools: Update to 7.2., (continued)
- 03/36: gnu: smartmontools: Update to 7.2., guix-commits, 2021/01/02
- 04/36: gnu: oath-toolkit: Update to 2.6.5., guix-commits, 2021/01/02
- 06/36: gnu: deutex: Update to 5.2.2., guix-commits, 2021/01/02
- 08/36: gnu: lsp-dsp-lib: Update to 0.5.11., guix-commits, 2021/01/02
- 05/36: gnu: font-gnu-unifont: Update to 13.0.05., guix-commits, 2021/01/02
- 12/36: gnu: gpick: Update to 0.2.6., guix-commits, 2021/01/02
- 17/36: gnu: mpop: Update to 1.4.12., guix-commits, 2021/01/02
- 19/36: gnu: drumkv1: Update to 0.9.19., guix-commits, 2021/01/02
- 07/36: gnu: routino: Update to 3.3.3., guix-commits, 2021/01/02
- 13/36: gnu: udunits: Update to 2.2.28., guix-commits, 2021/01/02
- 14/36: gnu: udunits: Omit static library.,
guix-commits <=
- 11/36: gnu: wavemon: Update to 0.9.3., guix-commits, 2021/01/02
- 15/36: gnu: brltty: Update to 6.2., guix-commits, 2021/01/02
- 16/36: gnu: mutt: Update to 2.0.4., guix-commits, 2021/01/02
- 18/36: gnu: synthv1: Update to 0.9.19., guix-commits, 2021/01/02
- 24/36: gnu: b4: Update to 0.6.2., guix-commits, 2021/01/02
- 26/36: gnu: cifs-utils: Update to 6.12., guix-commits, 2021/01/02
- 27/36: gnu: lighttpd: Update to 1.4.58., guix-commits, 2021/01/02
- 28/36: gnu: egl-wayland: Update to 1.1.6., guix-commits, 2021/01/02
- 30/36: gnu: notmuch: Update to 0.31.3., guix-commits, 2021/01/02
- 22/36: gnu: qtractor: Update to 0.9.19., guix-commits, 2021/01/02