guix-commits
[Top][All Lists]
Advanced

[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;
         }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]