Author: viric
Date: Mon Apr 25 15:04:56 2011
New Revision: 26970
URL: https://svn.nixos.org/websvn/nix/?rev=26970&sc=1
Log:
Now yes allowing the sftp server path in dropbear. I commit too early, clearly.
Modified:
nixpkgs/trunk/pkgs/tools/networking/dropbear/default.nix
Modified: nixpkgs/trunk/pkgs/tools/networking/dropbear/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/networking/dropbear/default.nix Mon Apr 25
15:03:13 2011 (r26969)
+++ nixpkgs/trunk/pkgs/tools/networking/dropbear/default.nix Mon Apr 25
15:04:56 2011 (r26970)
@@ -13,7 +13,7 @@
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.
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits