mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: glade: Use 'glib-or-gtk-build-system'.
* gnu/packages/gnome.scm (gladle)[build-system]: Switch to GLIB-OR-GTK-BUILD-SYSTEM.
This commit is contained in:
parent
26fa2085c4
commit
2f52438403
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ (define-public glade3
|
|||
(sha256
|
||||
(base32
|
||||
"1zhqvhagy0m85p54jfiayfl0v9af7g0lj7glw8sfwh7cbp56vnc2"))))
|
||||
(build-system gnu-build-system)
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; needs X, GL, and software rendering
|
||||
#:phases
|
||||
|
|
Loading…
Reference in a new issue