pulseeffects-legacy: unbreak on aarch64-linux

This commit is contained in:
Weijia Wang 2023-03-13 12:16:06 +02:00
parent e629c926dc
commit f50029cbae

View File

@ -110,6 +110,5 @@ in stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ];
platforms = platforms.linux;
badPlatforms = [ "aarch64-linux" ];
};
}