ams-lv2: Mark broken
This commit is contained in:
parent
de90b990cf
commit
daf338866c
@ -29,5 +29,7 @@ stdenv.mkDerivation rec {
|
||||
platforms = platforms.linux;
|
||||
# Build uses `-msse` and `-mfpmath=sse`
|
||||
badPlatforms = [ "aarch64-linux" ];
|
||||
# `ModuleNotFoundError: No module named 'imp'`
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user