[Backport release-24.11] ams-lv2: Mark broken (#358694)

This commit is contained in:
Aleksana 2024-11-24 20:12:57 +08:00 committed by GitHub
commit 5d3b245433
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
};
}