ams-lv2: Mark broken (#344543)

This commit is contained in:
Aleksana
2024-11-24 20:09:45 +08:00
committed by GitHub
+2
View File
@@ -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;
};
}