summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-01-23 23:33:06 +0000
committerRobin Gloster <mail@glob.in>2016-01-30 20:31:01 +0000
commit2c3013f55bbc09d523e1863893c5fc170a7074a3 (patch)
tree7e3e1b3f36d5c70a1e5b2da1f201abe4e1533356
parentd89e84f859226db6d18f25c3542bb4430e121158 (diff)
downloadnixlib-2c3013f55bbc09d523e1863893c5fc170a7074a3.tar
nixlib-2c3013f55bbc09d523e1863893c5fc170a7074a3.tar.gz
nixlib-2c3013f55bbc09d523e1863893c5fc170a7074a3.tar.bz2
nixlib-2c3013f55bbc09d523e1863893c5fc170a7074a3.tar.lz
nixlib-2c3013f55bbc09d523e1863893c5fc170a7074a3.tar.xz
nixlib-2c3013f55bbc09d523e1863893c5fc170a7074a3.tar.zst
nixlib-2c3013f55bbc09d523e1863893c5fc170a7074a3.zip
cvs: Remove unneeded configureFlags
-rw-r--r--pkgs/applications/version-management/cvs/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/cvs/default.nix b/pkgs/applications/version-management/cvs/default.nix
index 0e43972fab6a..e9de202a8092 100644
--- a/pkgs/applications/version-management/cvs/default.nix
+++ b/pkgs/applications/version-management/cvs/default.nix
@@ -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' ..."