forked from mirrors/nixpkgs
Fixing the tarball job
svn path=/nixpkgs/branches/stdenv-updates/; revision=23610
This commit is contained in:
parent
45e088b514
commit
1ba3c5ebd7
|
@ -15,8 +15,8 @@ stdenv.mkDerivation rec {
|
|||
configureFlags =
|
||||
[ "--disable-gss" "--disable-nfsv4" "--disable-nfsv41" "--disable-tirpc"
|
||||
"--with-statedir=/var/lib/nfs"
|
||||
"--with-rpcgen=${stdenv.glibc}/bin/rpcgen"
|
||||
];
|
||||
]
|
||||
++ stdenv.lib.optional (stdenv ? glibc) "--with-rpcgen=${stdenv.glibc}/bin/rpcgen";
|
||||
|
||||
patchPhase =
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue