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