pulseeffects: Disable for aarch64-linux

Never succeeded, platform is not supported by pulseeffects
This commit is contained in:
Silvan Mosberger 2019-05-02 16:03:34 +02:00
parent 538a2be33c
commit 06b7e1e922
No known key found for this signature in database
GPG Key ID: 9424360B4B85C9E7
1 changed files with 1 additions and 0 deletions

View File

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