hardcode path to $out/sbin/shutdown in the binary
svn path=/nixpkgs/trunk/; revision=4104
This commit is contained in:
parent
41c7e3457b
commit
9503bb2d55
|
@ -8,5 +8,5 @@ stdenv.mkDerivation {
|
|||
md5 = "8a2d8f1ed5a2909da04132fefa44905e";
|
||||
};
|
||||
#srcPatch = ./patch;
|
||||
patches = [./patch];
|
||||
patches = [./patch ./sysvinit-2.85-exec.patch];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue