surge-xt: enable aarch64-linux build (#543782)

This commit is contained in:
Nick Cao
2026-07-21 18:08:42 +00:00
committed by GitHub
+4 -1
View File
@@ -96,7 +96,10 @@ stdenv.mkDerivation (finalAttrs: {
description = "LV2, VST3 & CLAP synthesizer plug-in (previously released as Vember Audio Surge)";
homepage = "https://surge-synthesizer.github.io";
license = lib.licenses.gpl3;
platforms = [ "x86_64-linux" ];
platforms = [
"aarch64-linux"
"x86_64-linux"
];
maintainers = with lib.maintainers; [
magnetophon
mrtnvgr