mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
facetimehd-firmware: disable aarch64-linux builds
This commit is contained in:
parent
88be2f7080
commit
e57bcc7106
@ -58,7 +58,7 @@ stdenv.mkDerivation {
|
||||
homepage = https://support.apple.com/downloads/DL1877;
|
||||
license = licenses.unfree;
|
||||
maintainers = with maintainers; [ womfoo grahamc ];
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user