lol

deadbeef: disable on AArch64

+1 -1
+1 -1
pkgs/applications/audio/deadbeef/default.nix
··· 93 93 description = "Ultimate Music Player for GNU/Linux"; 94 94 homepage = http://deadbeef.sourceforge.net/; 95 95 license = licenses.gpl2; 96 - platforms = platforms.linux; 96 + platforms = [ "x86_64-linux" "i686-linux" ]; 97 97 maintainers = [ maintainers.abbradar ]; 98 98 repositories.git = "https://github.com/Alexey-Yakovenko/deadbeef"; 99 99 };