Loading pkgs/development/tools/build-managers/fac/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ rustPlatform.buildRustPackage rec { substituteInPlace src/git.rs \ --replace 'std::process::Command::new("git")' \ 'std::process::Command::new("${git}/bin/git")' substituteInPlace tests/lib.rs \ --replace 'std::process::Command::new("git")' \ 'std::process::Command::new("${git}/bin/git")' ''; meta = with lib; { Loading Loading
pkgs/development/tools/build-managers/fac/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,9 @@ rustPlatform.buildRustPackage rec { substituteInPlace src/git.rs \ --replace 'std::process::Command::new("git")' \ 'std::process::Command::new("${git}/bin/git")' substituteInPlace tests/lib.rs \ --replace 'std::process::Command::new("git")' \ 'std::process::Command::new("${git}/bin/git")' ''; meta = with lib; { Loading