ams-lv2: Mark broken (#344543)

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