a2jmidid: does not build on aarch64

+1 -1
+1 -1
pkgs/applications/audio/a2jmidid/default.nix
··· 28 28 description = "Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system"; 29 29 license = licenses.gpl2; 30 30 maintainers = [ maintainers.goibhniu ]; 31 - platforms = platforms.linux; 31 + platforms = [ "i686-linux" "x86_64-linux" ]; 32 32 }; 33 33 }