tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
a2jmidid: does not build on aarch64
Jörg Thalheim
8 years ago
90b69fab
e5a8dc8f
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
audio
a2jmidid
default.nix
+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
31
-
platforms = platforms.linux;
31
31
+
platforms = [ "i686-linux" "x86_64-linux" ];
32
32
};
33
33
}