forked from rosa/hakurei
internal/rosa/package/qemu: disable netdev-socket test
This fails with ipv6 disabled. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -9,7 +9,11 @@ package qemu {
|
||||
checksum = "J3j3uNpiqxEoIEngBX2objV_1tzGfEgEphp5Ph86AJQvA_XMwYUakyvRH7YKEkwV";
|
||||
compress = bzip2;
|
||||
};
|
||||
patches = [ "disable-mcast-test.patch" ];
|
||||
patches = [
|
||||
"disable-mcast-test.patch",
|
||||
// fails with ipv6 disabled
|
||||
"disable-netdev-socket.patch",
|
||||
];
|
||||
|
||||
// configure script uses source as scratch space
|
||||
writable = true;
|
||||
|
||||
Reference in New Issue
Block a user