summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/version-management/rcs
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-29 13:43:37 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-11-29 13:43:37 +0100
commit5553546c212152a9cea72e1398b088cda78c7b8b (patch)
tree64dd2cc6af447ccf1ff81637fe4a7f632603e9f8 /pkgs/applications/version-management/rcs
parentf04aa4fb59e7c41f75762042080b7ccffb93167e (diff)
Remove a bunch of unreferenced files
Plus a small number of obsolete packages (like old versions of qemu).
Diffstat (limited to 'pkgs/applications/version-management/rcs')
-rw-r--r--pkgs/applications/version-management/rcs/no-root.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/pkgs/applications/version-management/rcs/no-root.patch b/pkgs/applications/version-management/rcs/no-root.patch
deleted file mode 100644
index 2fbfc86ff45a..000000000000
--- a/pkgs/applications/version-management/rcs/no-root.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-In NixOS chroot builds, there is no root account. So configure should
-not rely on its existence in deciding whether to use getpwuid().
-
-diff -rc -x '*~' rcs-5.7-orig/src/conf.sh rcs-5.7/src/conf.sh
-*** rcs-5.7-orig/src/conf.sh 1995-06-16 08:19:24.000000000 +0200
---- rcs-5.7/src/conf.sh 2010-02-12 15:22:37.000000000 +0100
-***************
-*** 821,827 ****
- a= z=
- cat >a.c <<EOF
- #include "$A_H"
-! int main() { exitmain(!getpwuid(0)); }
- EOF
- $PREPARE_CC || exit
- if ($CL a.c $L && $aout) >&2
---- 821,827 ----
- a= z=
- cat >a.c <<EOF
- #include "$A_H"
-! int main() { exitmain(!getpwuid(getuid())); }
- EOF
- $PREPARE_CC || exit
- if ($CL a.c $L && $aout) >&2