gnu: brasero: Use 'glib-or-gtk-build-system'.
Fixes <http://bugs.gnu.org/21842>. Suggested by Andy Wingo <wingo@pobox.com>. * gnu/packages/gnome.scm (brasero)[build-system]: Switch to GLIB-OR-GTK-BUILD-SYSTEM.
This commit is contained in:
parent
0ca1eb705d
commit
1c40e3b785
|
@ -104,7 +104,7 @@
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09vi2hyhl0bz7imv3ky6h7x5m3d546n968wcghydwrkvwm9ylpls"))))
|
"09vi2hyhl0bz7imv3ky6h7x5m3d546n968wcghydwrkvwm9ylpls"))))
|
||||||
(build-system gnu-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags (list
|
`(#:configure-flags (list
|
||||||
(string-append "--with-girdir="
|
(string-append "--with-girdir="
|
||||||
|
|
Loading…
Reference in New Issue