a2jmidid: does not build on aarch64

This commit is contained in:
Jörg Thalheim 2018-02-27 17:23:32 +00:00
parent e5a8dc8f57
commit 90b69fabf7

View file

@ -28,6 +28,6 @@ in stdenv.mkDerivation rec {
description = "Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system";
license = licenses.gpl2;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux;
platforms = [ "i686-linux" "x86_64-linux" ];
};
}