cvs: Remove unneeded configureFlags

This commit is contained in:
Robin Gloster 2016-01-23 23:33:06 +00:00
parent d89e84f859
commit 2c3013f55b

View File

@ -11,9 +11,6 @@ stdenv.mkDerivation {
patches = [ ./getcwd-chroot.patch ];
preConfigure = ''
# Fix location of info and man directories.
configureFlags="--infodir=$out/share/info --mandir=$out/share/man"
# Apply the Debian patches.
for p in "debian/patches/"*; do
echo "applying \`$p' ..."