mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
cvs: Remove unneeded configureFlags
This commit is contained in:
parent
d89e84f859
commit
2c3013f55b
@ -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' ..."
|
||||
|
Loading…
Reference in New Issue
Block a user