[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
112/118: Fix message
From: |
Ludovic Courtès |
Subject: |
112/118: Fix message |
Date: |
Tue, 19 May 2015 14:46:05 +0000 |
civodul pushed a commit to branch nix
in repository guix.
commit a64744477d95e6932ae0fefc7cc358b56b8c397f
Author: Eelco Dolstra <address@hidden>
Date: Mon Nov 17 01:00:39 2014 +0100
Fix message
---
nix/libstore/build.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/nix/libstore/build.cc b/nix/libstore/build.cc
index 8d3b216..17085ad 100644
--- a/nix/libstore/build.cc
+++ b/nix/libstore/build.cc
@@ -2336,7 +2336,7 @@ void DerivationGoal::registerOutputs()
if (buildMode == bmCheck) {
ValidPathInfo info = worker.store.queryPathInfo(path);
if (hash.first != info.hash)
- throw Error(format("derivation `%2%' may not be deterministic:
hash mismatch in output `%1%'") % drvPath % path);
+ throw Error(format("derivation `%1%' may not be deterministic:
hash mismatch in output `%2%'") % drvPath % path);
continue;
}
- 114/118: nix-daemon: Call exit(), not _exit(), (continued)
- 114/118: nix-daemon: Call exit(), not _exit(), Ludovic Courtès, 2015/05/19
- 99/118: Add an 'optimiseStore' remote procedure call., Ludovic Courtès, 2015/05/19
- 107/118: Fix build on gcc < 4.7, Ludovic Courtès, 2015/05/19
- 98/118: Add disallowedReferences / disallowedRequisites, Ludovic Courtès, 2015/05/19
- 110/118: Make ~DerivationGoal more reliable, Ludovic Courtès, 2015/05/19
- 111/118: Don't use ADDR_LIMIT_3GB, Ludovic Courtès, 2015/05/19
- 115/118: Disable vacuuming the DB after garbage collection, Ludovic Courtès, 2015/05/19
- 117/118: Build derivations in a more predictable order, Ludovic Courtès, 2015/05/19
- 109/118: nix-store --gc: Don't warn about missing manifests directory, Ludovic Courtès, 2015/05/19
- 118/118: Don't wait for PID -1, Ludovic Courtès, 2015/05/19
- 112/118: Fix message,
Ludovic Courtès <=
- 116/118: Don't create unnecessary substitution goals for derivations, Ludovic Courtès, 2015/05/19