This commit is contained in:
Eelco Dolstra 2013-10-17 11:18:37 +02:00
parent b08f4b0da9
commit f6a8e7f4c2
1 changed files with 2 additions and 1 deletions

View File

@ -17,5 +17,6 @@ in
mkDerivation {
name = "build-hook";
builder = ./dependencies.builder0.sh;
inherit input1 input2;
input1 = " " + input1 + "/.";
input2 = " ${input2}/.";
}