From 98df735b5149bc1e39ce6b0bae13fbf7cebcdc05 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 9 Feb 2005 12:57:13 +0000 Subject: * Propagate the deriver of a path through the substitute mechanism. * Removed some dead code (successor stuff) from nix-push. * Updated terminology in the tests (store expr -> drv path). * Check that the deriver is set properly in the tests. --- src/nix-store/main.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nix-store') diff --git a/src/nix-store/main.cc b/src/nix-store/main.cc index a124543fb2..fa7960c382 100644 --- a/src/nix-store/main.cc +++ b/src/nix-store/main.cc @@ -280,6 +280,7 @@ static void opSubstitute(Strings opFlags, Strings opArgs) PathSet references; getline(cin, srcPath); if (cin.eof()) break; + getline(cin, sub.deriver); getline(cin, sub.program); string s; int n; -- cgit 1.4.1