facetimehd-calibration: fix strictDeps build (#370281)

This commit is contained in:
Peder Bergebakken Sundt
2025-02-17 01:32:04 +01:00
committed by GitHub
@@ -58,7 +58,7 @@ stdenvNoCC.mkDerivation {
dontUnpack = true;
dontInstall = true;
buildInputs = [ unrar-wrapper ];
nativeBuildInputs = [ unrar-wrapper ];
buildPhase =
''