facetimehd-firmware: fix strictDeps build

This commit is contained in:
FliegendeWurst
2025-01-03 12:51:50 +01:00
parent f28864e00d
commit e8929f5239
@@ -51,7 +51,7 @@ stdenvNoCC.mkDerivation {
dontUnpack = true;
dontInstall = true;
buildInputs = [
nativeBuildInputs = [
cpio
xz
];