facetimehd-firmware: fix strictDeps build (#370599)

This commit is contained in:
Arne Keller
2025-03-10 09:56:13 +01:00
committed by GitHub
@@ -51,7 +51,7 @@ stdenvNoCC.mkDerivation {
dontUnpack = true;
dontInstall = true;
buildInputs = [
nativeBuildInputs = [
cpio
xz
];