supercollider: enable build on aarch64-linux

This commit is contained in:
Pavol Rusnak 2021-10-05 18:15:24 +02:00
parent d432fcbf37
commit 5e770ac32f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -35,6 +35,6 @@ mkDerivation rec {
homepage = "https://supercollider.github.io";
maintainers = with maintainers; [ mrmebelman ];
license = licenses.gpl3Plus;
platforms = [ "x686-linux" "x86_64-linux" ];
platforms = platforms.linux;
};
}