Commit 58f4fb42 authored by Robert Hensing's avatar Robert Hensing
Browse files

nix-du: nixForLinking -> nix_2_24

Upstream needs a patch for 2.28 headers rejiggle
parent 1f5eb6fa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  stdenv,
  fetchFromGitHub,
  rustPlatform,
  nixForLinking,
  nixVersions,
  nlohmann_json,
  boost,
  graphviz,
@@ -27,13 +27,13 @@ rustPlatform.buildRustPackage rec {

  doCheck = true;
  nativeCheckInputs = [
    nixForLinking
    nixVersions.nix_2_24
    graphviz
  ];

  buildInputs = [
    boost
    nixForLinking
    nixVersions.nix_2_24
    nlohmann_json
  ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ Security ];