From f50029cbaeb0753fdd7345f0f0d035cc91871327 Mon Sep 17 00:00:00 2001 From: Weijia Wang <9713184+wegank@users.noreply.github.com> Date: Mon, 13 Mar 2023 12:16:06 +0200 Subject: [PATCH] pulseeffects-legacy: unbreak on aarch64-linux --- pkgs/applications/audio/pulseeffects-legacy/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/audio/pulseeffects-legacy/default.nix b/pkgs/applications/audio/pulseeffects-legacy/default.nix index 53d2a998fbe2..7d255b7a71e2 100644 --- a/pkgs/applications/audio/pulseeffects-legacy/default.nix +++ b/pkgs/applications/audio/pulseeffects-legacy/default.nix @@ -110,6 +110,5 @@ in stdenv.mkDerivation rec { license = licenses.gpl3Plus; maintainers = with maintainers; [ ]; platforms = platforms.linux; - badPlatforms = [ "aarch64-linux" ]; }; }