treewide: fix release-checks (#381992)

This commit is contained in:
K900
2025-02-14 12:26:05 +03:00
committed by GitHub
3 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -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;