pass around the right parameters...d'oh
svn path=/nixpkgs/trunk/; revision=4408
This commit is contained in:
parent
8f2c62c0e9
commit
c8c6431758
@ -1,6 +1,6 @@
|
|||||||
source $stdenv/setup
|
source $stdenv/setup
|
||||||
|
|
||||||
sed -e "s^@bash\@^$bash^g" \
|
sed -e "s^@bash\@^$bash^g" \
|
||||||
-e "s^@sshd\@\^$sshd^g" \
|
-e "s^@sshd\@^$ssh^g" \
|
||||||
-e "s^@initscripts\@\^$initscripts^g" \
|
-e "s^@initscripts\@^$initscripts^g" \
|
||||||
< $script > control
|
< $script > $out/control
|
||||||
|
@ -4,6 +4,6 @@ stdenv.mkDerivation {
|
|||||||
name = "ssh-script-0.0.1";
|
name = "ssh-script-0.0.1";
|
||||||
server = "ssh";
|
server = "ssh";
|
||||||
builder = ./builder.sh ;
|
builder = ./builder.sh ;
|
||||||
inherit ssh initscripts;
|
inherit bash ssh initscripts;
|
||||||
script = [./sshd];
|
script = [./sshd];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user