1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Now yes allowing the sftp server path in dropbear. I commit too early, clearly.

svn path=/nixpkgs/trunk/; revision=26970
This commit is contained in:
Lluís Batlle i Rossell 2011-04-25 15:04:56 +00:00
parent a5923a2e13
commit 06c5e48804

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
configureFlags = stdenv.lib.optional enableStatic "LDFLAGS=-static";
CFLAGS = "-DSFTPSERVER_PATH=${sftpPath}";
CFLAGS = "-DSFTPSERVER_PATH=\\\"${sftpPath}\\\"";
patches = [
# Allow sessions to inherit the PATH from the parent dropbear.