Fixed typo (missing space)
svn path=/nixpkgs/trunk/; revision=10396
This commit is contained in:
parent
637851fec1
commit
c1b675a085
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [readline pam openldap kerberos popt iniparser libunwind fam];
|
buildInputs = [readline pam openldap kerberos popt iniparser libunwind fam];
|
||||||
configureFlags = ''--with-pam --with-smbmount --datadir=$out/share
|
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 "");
|
+ (if (stdenv.gcc.libc != null) then "--with-libiconv=${stdenv.gcc.libc}" else "");
|
||||||
postUnpack = "sourceRoot=\$sourceRoot/source";
|
postUnpack = "sourceRoot=\$sourceRoot/source";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user