gxmatcheq-lv2: mark as linux-only (#460919)

This commit is contained in:
Doron Behar
2025-11-12 22:19:24 +00:00
committed by GitHub
@@ -43,5 +43,6 @@ buildStdenv.mkDerivation (finalAttrs: {
description = "Matching Equalizer to apply EQ curve from one source to another source";
maintainers = with lib.maintainers; [ magnetophon ];
license = lib.licenses.gpl3;
platforms = lib.platforms.linux;
};
})