fac-build: fix tests calling out to git
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user