mirror of
https://github.com/mroi/apple-internals.git
synced 2026-02-12 17:12:44 +00:00
flake: update for Xcode 14.2
This commit is contained in:
12
flake.lock
generated
12
flake.lock
generated
@@ -35,11 +35,11 @@
|
|||||||
"dsc-extractor": {
|
"dsc-extractor": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1636949004,
|
"lastModified": 1662651226,
|
||||||
"narHash": "sha256-5K0CCRx5csFS5yLCWUmkkrKO1Ny3BOwasrrM2fUWgTU=",
|
"narHash": "sha256-pI9pP5QhO1X2hdJTxVl8p1xp+bDJzzfCsVNebDUTd0o=",
|
||||||
"owner": "keith",
|
"owner": "keith",
|
||||||
"repo": "dyld-shared-cache-extractor",
|
"repo": "dyld-shared-cache-extractor",
|
||||||
"rev": "39b5d773495d99cdfaeab1904e47338b7257c59c",
|
"rev": "c9da45a40a70d9fc0d1c955190b9efb685e55cf6",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -50,11 +50,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1659782844,
|
"lastModified": 1671936867,
|
||||||
"narHash": "sha256-tM/qhHFE61puBxh9ebP3BIG1fkRAT4rHqD3jCM0HXGY=",
|
"narHash": "sha256-tOok3/MJWoRUEoPU5Ma/cTCeuw8ACx3Ozu1MlFcdvc8=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "c85e56bb060291eac3fb3c75d4e0e64f6836fcfe",
|
"rev": "18ee49839ea8817218c3bfe3a62e06f47a10fdd5",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
acextract =
|
acextract =
|
||||||
with import nixpkgs { system = "x86_64-darwin"; };
|
with import nixpkgs { system = "x86_64-darwin"; };
|
||||||
let xcode = makeSetupHook {
|
let xcode = makeSetupHook {
|
||||||
deps = [ (xcodeenv.composeXcodeWrapper { version = "14.1"; }) ];
|
deps = [ (xcodeenv.composeXcodeWrapper { version = "14.2"; }) ];
|
||||||
} "${xcbuildHook}/nix-support/setup-hook";
|
} "${xcbuildHook}/nix-support/setup-hook";
|
||||||
in stdenv.mkDerivation {
|
in stdenv.mkDerivation {
|
||||||
name = "acextract-${lib.substring 0 8 self.inputs.acextract.lastModifiedDate}";
|
name = "acextract-${lib.substring 0 8 self.inputs.acextract.lastModifiedDate}";
|
||||||
@@ -88,7 +88,7 @@
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "snap-util-${lib.substring 0 8 self.inputs.snap-util.lastModifiedDate}";
|
name = "snap-util-${lib.substring 0 8 self.inputs.snap-util.lastModifiedDate}";
|
||||||
src = snap-util;
|
src = snap-util;
|
||||||
nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "14.1"; }) ];
|
nativeBuildInputs = [ (xcodeenv.composeXcodeWrapper { version = "14.2"; }) ];
|
||||||
preBuild = "NIX_CFLAGS_COMPILE='-idirafter ${snapshot-header}/bsd'";
|
preBuild = "NIX_CFLAGS_COMPILE='-idirafter ${snapshot-header}/bsd'";
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user