From 41047b0fc547ec5a1444fed066fd304cbd61def8 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Tue, 13 Dec 2005 12:48:12 +0000 Subject: [PATCH] don't have the privilege seperation path in the store svn path=/nixpkgs/trunk/; revision=4360 --- pkgs/tools/networking/openssh/builder.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/tools/networking/openssh/builder.sh b/pkgs/tools/networking/openssh/builder.sh index 198c809a49ed..78072d682cbf 100644 --- a/pkgs/tools/networking/openssh/builder.sh +++ b/pkgs/tools/networking/openssh/builder.sh @@ -1,8 +1,5 @@ source $stdenv/setup - -configureFlags="--with-privsep-path=$out/empty" - installPhase() { make install-nokeys }