forked from rosa/hakurei
internal/rosa/package/qemu: use system meson
This also enables meson colour and fixes test suite invocation. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -10,6 +10,8 @@ package qemu {
|
||||
compress = bzip2;
|
||||
};
|
||||
patches = [
|
||||
"meson-colour.patch",
|
||||
|
||||
"disable-mcast-test.patch",
|
||||
// fails with ipv6 disabled
|
||||
"disable-netdev-socket.patch",
|
||||
@@ -56,14 +58,15 @@ EOF
|
||||
|
||||
check = [
|
||||
"TIMEOUT_MULTIPLIER=5",
|
||||
"check",
|
||||
];
|
||||
};
|
||||
|
||||
inputs = [
|
||||
bash,
|
||||
python,
|
||||
python-setuptools,
|
||||
python-wheel,
|
||||
meson,
|
||||
ninja,
|
||||
pkgconf,
|
||||
diffutils,
|
||||
|
||||
Reference in New Issue
Block a user