3
0
Fork 0
forked from mirrors/nixpkgs

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

View file

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