From 820de37604f513da5438ba765ec53a5a7752c117 Mon Sep 17 00:00:00 2001 From: Ingo Reitz <9l@9lo.re> Date: Sun, 24 May 2026 18:01:37 +0200 Subject: [PATCH] easyeffects: hide `x42-plugins` behind `isx86` --- pkgs/by-name/ea/easyeffects/package.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ea/easyeffects/package.nix b/pkgs/by-name/ea/easyeffects/package.nix index dc10fe8e2d91..ad1fe21927ec 100644 --- a/pkgs/by-name/ea/easyeffects/package.nix +++ b/pkgs/by-name/ea/easyeffects/package.nix @@ -114,8 +114,10 @@ stdenv.mkDerivation (finalAttrs: { speexdsp' onetbb webrtc-audio-processing - x42-plugins zita-convolver + ] + ++ lib.optionals stdenv.hostPlatform.isx86 [ + x42-plugins ]; preFixup = @@ -124,8 +126,10 @@ stdenv.mkDerivation (finalAttrs: { calf # compressor exciter, bass enhancer and others lsp-plugins # delay, limiter, multiband compressor mda_lv2 # loudness - x42-plugins # autotune zam-plugins # maximizer + ] + ++ lib.optionals stdenv.hostPlatform.isx86 [ + x42-plugins # autotune ]; ladspaPlugins = [