treewide: fix release-checks (#381992)
This commit is contained in:
@@ -16,7 +16,8 @@ rustPackages.rustPlatform.buildRustPackage rec {
|
||||
hash = "sha256-VfJWj9BwNVR7RVUW+CjFuaniyiEath1U0F/7QJcA3r4=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-tTXoxWjcTtEcRcuSs0ewCN1VJYmTIKRgL3s7QSYt7sk=";
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-SJEl5QsO4KYRv+5xDPHy1Q53qcL89IJ9JTXtzubO5fk=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
||||
@@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
|
||||
postInstall = lib.optionalString (!isFullBuild) ''
|
||||
substituteAll ${./libc-shim.so} $out/lib/libc.so
|
||||
substituteAll ${./libc-shim.tpl} $out/lib/libc.so
|
||||
'';
|
||||
|
||||
libc = if (!isFullBuild) then stdenv.cc.libc else null;
|
||||
|
||||
Reference in New Issue
Block a user