gxplugins-lv2: mark as linux-only

This commit is contained in:
Bart Brouns
2025-11-12 23:26:39 +01:00
parent 4c2f951523
commit 5367fbeefe
@@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
description = "Set of extra lv2 plugins from the guitarix project";
maintainers = [ maintainers.magnetophon ];
license = licenses.gpl3Plus;
platforms = lib.platforms.linux;
};
}