gnu: libinfinity: Omit static libraries
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 1 Jan 2021 17:32:31 +0000 (18:32 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sun, 3 Jan 2021 05:55:33 +0000 (06:55 +0100)
* gnu/packages/gobby.scm (libinfinity)[arguments]: Add
‘--disable-static’ to #:configure-flags.

gnu/packages/gobby.scm

index 91cf7a2..916324b 100644 (file)
@@ -2,6 +2,7 @@
 ;;; Copyright © 2016, 2017 Andy Wingo <wingo@igalia.com>
 ;;; Copyright © 2017, 2019 Arun Isaac <arunisaac@systemreboot.net>
 ;;; Copyright © 2021 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -196,7 +197,8 @@ together over the internet in real-time.")
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (arguments
-     `(#:configure-flags (list "--with-inftextgtk"
+     `(#:configure-flags (list "--disable-static"
+                               "--with-inftextgtk"
                                "--with-infgtk")))
     (home-page "https://gobby.github.io/")
     (synopsis "Infininote protocol implementation")