dotnet: use dwarfdump from cctools-llvm
At some point cctools changed from cctools-llvm to cctools-port, and this broke dotnet.
This commit is contained in:
parent
514d22d117
commit
77bc2008a8
@ -41,7 +41,7 @@ let
|
|||||||
isDarwin
|
isDarwin
|
||||||
buildPlatform
|
buildPlatform
|
||||||
targetPlatform;
|
targetPlatform;
|
||||||
inherit (darwin) cctools;
|
inherit (darwin) cctools-llvm;
|
||||||
inherit (swiftPackages) apple_sdk swift;
|
inherit (swiftPackages) apple_sdk swift;
|
||||||
|
|
||||||
releaseManifest = lib.importJSON releaseManifestFile;
|
releaseManifest = lib.importJSON releaseManifestFile;
|
||||||
@ -59,7 +59,7 @@ let
|
|||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p "$out/bin"
|
mkdir -p "$out/bin"
|
||||||
ln -s "${cctools}/bin/dwarfdump" "$out/bin"
|
ln -s "${cctools-llvm}/bin/dwarfdump" "$out/bin"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user