Unverified Commit 53f4e838 authored by K900's avatar K900 Committed by GitHub
Browse files

treewide: fix release-checks (#381992)

parents 78e74580 8c76cbea
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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;