libwhereami: disable on ARM
Hydra still tries to build it on aarch64 even though this lib is incompatible with ARMv7 / ARMv8
This commit is contained in:
parent
ec760828d9
commit
bd42bcd240
@ -24,8 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Library to report hypervisor information from inside a VM";
|
description = "Library to report hypervisor information from inside a VM";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.womfoo ];
|
maintainers = [ maintainers.womfoo ];
|
||||||
platforms = platforms.linux;
|
platforms = with platforms; [ "i686-linux" "x86_64-linux" ]; # fails on aarch64
|
||||||
badPlatforms = platforms.arm;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user