Fixed typo (missing space)

svn path=/nixpkgs/trunk/; revision=10396
This commit is contained in:
Yury G. Kudryashov 2008-01-29 23:31:23 +00:00
parent 637851fec1
commit c1b675a085

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [readline pam openldap kerberos popt iniparser libunwind fam];
configureFlags = ''--with-pam --with-smbmount --datadir=$out/share
--with-aio-support''
--with-aio-support ''
+ (if (stdenv.gcc.libc != null) then "--with-libiconv=${stdenv.gcc.libc}" else "");
postUnpack = "sourceRoot=\$sourceRoot/source";