mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
facetimehd: disable aarch64-linux builds
This commit is contained in:
parent
6cb0f0bcd9
commit
88be2f7080
@ -54,6 +54,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Linux driver for the Facetime HD (Broadcom 1570) PCIe webcam";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ womfoo grahamc ];
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user