guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/05: gnu: fstrm: Omit static library.


From: guix-commits
Subject: 04/05: gnu: fstrm: Omit static library.
Date: Wed, 27 Jul 2022 07:47:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 59d7976782da5e478ff32482e45616fc90d9b697
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:00 2022 +0200

    gnu: fstrm: Omit static library.
    
    * gnu/packages/protobuf.scm (fstrm)[arguments]:
    Add "--disable-static" to #:configure-flags.
---
 gnu/packages/protobuf.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 4fc893e416..a8dcbeb002 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -25,6 +25,7 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (gnu packages protobuf)
+  #:use-module (guix gexp)
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix git-download)
@@ -58,6 +59,9 @@
        (sha256
         (base32 "13q9iz5fpp607zvk0i39158fvvjciz4y5k14rly94b9ak0gar95w"))))
     (build-system gnu-build-system)
+    (arguments
+     (list #:configure-flags
+           #~(list "--disable-static")))
     (native-inputs
      (list pkg-config))
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]