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; }; })