From 1f48aa0be7f1fe120cee44a208480b879583c5f8 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <e.dolstra@tudelft.nl>
Date: Wed, 12 May 2004 13:49:10 +0000
Subject: [PATCH] * Broken test.

---
 tests/build-hook.nix.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/build-hook.nix.in b/tests/build-hook.nix.in
index 920564955..b38077e7f 100644
--- a/tests/build-hook.nix.in
+++ b/tests/build-hook.nix.in
@@ -1,21 +1,21 @@
 let {
 
   input1 = derivation {
-    name = "dependencies-input-1";
+    name = "build-hook-input-1";
     system = "@system@";
     builder = "@shell@";
     args = ["-e" "-x" ./dependencies.builder1.sh];
   };
 
   input2 = derivation {
-    name = "dependencies-input-2";
+    name = "build-hook-input-2";
     system = "@system@";
     builder = "@shell@";
     args = ["-e" "-x" ./dependencies.builder2.sh];
   };
 
   body = derivation {
-    name = "dependencies";
+    name = "build-hook";
     system = "@system@";
     builder = "@shell@";
     args = ["-e" "-x" ./dependencies.builder0.sh];
-- 
GitLab