3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libinfinity: Omit static libraries

* gnu/packages/gobby.scm (libinfinity)[arguments]: Add
‘--disable-static’ to #:configure-flags.
This commit is contained in:
Tobias Geerinckx-Rice 2021-01-01 18:32:31 +01:00
parent 418de55836
commit cea9741b16
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View 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")