pulseeffects: Disable for aarch64-linux

Never succeeded, platform is not supported by pulseeffects
wip/yesman
Silvan Mosberger 5 years ago
parent 538a2be33c
commit 06b7e1e922
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7
  1. 1
      pkgs/applications/audio/pulseeffects/default.nix

@ -107,5 +107,6 @@ in stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = with maintainers; [ jtojnar ];
platforms = platforms.linux;
badPlatforms = [ "aarch64-linux" ];
};
}

Loading…
Cancel
Save