mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge branch 'master' into staging
This commit is contained in:
commit
3e2d4e69c3
243 changed files with 39113 additions and 28623 deletions
|
@ -72,6 +72,7 @@
|
|||
#:use-module (gnu packages pkg-config)
|
||||
#:use-module (gnu packages pretty-print)
|
||||
#:use-module (gnu packages python)
|
||||
#:use-module (gnu packages python-xyz)
|
||||
#:use-module (gnu packages guile)
|
||||
#:use-module (gnu packages cups)
|
||||
#:use-module (gnu packages xml)
|
||||
|
@ -1626,12 +1627,7 @@ Parcellite and adds bugfixes and features.")
|
|||
(base32 "1zd2daj7y590wnzn4jw0niyc4fnzgxrcl9i7nwhy8b25ks2hz5wq"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--enable-introspection=yes")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before 'configure 'autogen
|
||||
(lambda _
|
||||
(zero? (system* "./autogen.sh")))))))
|
||||
`(#:configure-flags '("--enable-introspection=yes")))
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
("which" ,which)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue