facetimehd-firmware: deprecate phases

+2 -1
+2 -1
pkgs/os-specific/linux/firmware/facetimehd-firmware/default.nix
··· 43 curlOpts = "-r ${dmgRange}"; 44 }; 45 46 - phases = [ "buildPhase" ]; 47 48 buildInputs = [ cpio xz ]; 49
··· 43 curlOpts = "-r ${dmgRange}"; 44 }; 45 46 + dontUnpack = true; 47 + dontInstall = true; 48 49 buildInputs = [ cpio xz ]; 50