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;
|
homepage = https://support.apple.com/downloads/DL1877;
|
||||||
license = licenses.unfree;
|
license = licenses.unfree;
|
||||||
maintainers = with maintainers; [ womfoo grahamc ];
|
maintainers = with maintainers; [ womfoo grahamc ];
|
||||||
platforms = platforms.linux;
|
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user