Merge pull request #61037 from bkchr/facetimehd_aarch64_fix

nixos/all-firmware: Enable facetimehd only for i686/x86_64
This commit is contained in:
Matthew Bauer 2019-05-21 16:14:15 -05:00 committed by GitHub
commit 6d036d5b26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,8 +63,7 @@ in {
b43Firmware_5_1_138
b43Firmware_6_30_163_46
b43FirmwareCutter
facetimehd-firmware
];
] ++ optional (pkgs.stdenv.hostPlatform.isi686 || pkgs.stdenv.hostPlatform.isx86_64) facetimehd-firmware;
})
];
}