From a797f0712c7381c1db21dcc7970ed35cd9c31526 Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Wed, 12 Nov 2025 14:04:19 +0100 Subject: [PATCH] gxmatcheq-lv2: mark as linux-only --- pkgs/by-name/gx/gxmatcheq-lv2/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/gx/gxmatcheq-lv2/package.nix b/pkgs/by-name/gx/gxmatcheq-lv2/package.nix index 340f1b9a895c..b05b5516b651 100644 --- a/pkgs/by-name/gx/gxmatcheq-lv2/package.nix +++ b/pkgs/by-name/gx/gxmatcheq-lv2/package.nix @@ -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; }; })