mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: glib: Add "static" output.
* gnu/packages/glib.scm (glib)[outputs]: Add "static". [arguments]: Add "--default-library=both" to #:configure-flags. Add phase move-static-libraries. (glib-static): Remove variable. * gnu/packages/virtualization.scm (qemu)[native-inputs]: Change from GLIB-STATIC to GLIB:STATIC.
This commit is contained in:
parent
425df5b081
commit
557084a0c9
2 changed files with 17 additions and 34 deletions
|
@ -366,7 +366,7 @@ exec smbd $@")))
|
|||
("texinfo" ,texinfo)
|
||||
;; The following static libraries are required to build
|
||||
;; the static output of QEMU.
|
||||
("glib-static" ,glib-static)
|
||||
("glib:static" ,glib "static")
|
||||
("pcre:static" ,pcre "static")
|
||||
("zlib:static" ,zlib "static")))
|
||||
(home-page "https://www.qemu.org")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue