gxplugins-lv2: mark as linux-only (#460920)

This commit is contained in:
Doron Behar
2025-11-12 22:34:00 +00:00
committed by GitHub
@@ -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;
};
}