mirror of
https://github.com/NixOS/nix.git
synced 2025-11-13 22:12:43 +01:00
Fix macOS build
This commit is contained in:
parent
1ba993d07c
commit
76e368a3b4
4 changed files with 4 additions and 4 deletions
|
|
@ -66,7 +66,7 @@ void handleDiffHook(
|
|||
auto diffHook = settings.diffHook;
|
||||
if (diffHook != "" && settings.runDiffHook) {
|
||||
try {
|
||||
auto diffRes = runProgram({
|
||||
auto diffRes = runProgram(RunOptions {
|
||||
.program = diffHook,
|
||||
.searchPath = true,
|
||||
.args = {tryA, tryB, drvPath, tmpDir},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue