summaryrefslogtreecommitdiff
path: root/gnu/packages/version-control.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/version-control.scm')
-rw-r--r--gnu/packages/version-control.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index d89ce09dab3..c3f501b4a47 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -791,7 +791,7 @@ code control system SCCS. This allows old code still under that system to be
791accessed and migrated on modern systems.") 791accessed and migrated on modern systems.")
792 (license gpl3+))) 792 (license gpl3+)))
793 793
794;; This package can unfortunately work only in -TEST mode, since Aegis 794;; This package can unfortunately work only in -TEST mode, since Aegis
795;; requires that it is installed setuid root. 795;; requires that it is installed setuid root.
796(define-public aegis 796(define-public aegis
797 (package 797 (package
@@ -799,7 +799,7 @@ accessed and migrated on modern systems.")
799 (version "4.24") 799 (version "4.24")
800 (source (origin 800 (source (origin
801 (method url-fetch) 801 (method url-fetch)
802 (uri (string-append "mirror://sourceforge/aegis/aegis-" 802 (uri (string-append "mirror://sourceforge/aegis/aegis-"
803 version ".tar.gz")) 803 version ".tar.gz"))
804 (sha256 804 (sha256
805 (base32 805 (base32
@@ -822,17 +822,17 @@ accessed and migrated on modern systems.")
822 ("groff" ,groff) 822 ("groff" ,groff)
823 ("perl" ,perl) 823 ("perl" ,perl)
824 ;; Various tests require the following: 824 ;; Various tests require the following:
825 ("cvs" ,cvs) 825 ("cvs" ,cvs)
826 ("flex" ,flex) 826 ("flex" ,flex)
827 ("cook" ,cook) 827 ("cook" ,cook)
828 ("subversion" ,subversion) 828 ("subversion" ,subversion)
829 ("rcs" ,rcs) 829 ("rcs" ,rcs)
830 ("ed" ,ed))) 830 ("ed" ,ed)))
831 (arguments 831 (arguments
832 `(#:configure-flags (list "--with-no-aegis-configured" 832 `(#:configure-flags (list "--with-no-aegis-configured"
833 "--sharedstatedir=/var/com/aegis") 833 "--sharedstatedir=/var/com/aegis")
834 #:parallel-build? #f ; There are some nasty racy rules in the Makefile. 834 #:parallel-build? #f ; There are some nasty racy rules in the Makefile.
835 #:phases 835 #:phases
836 (alist-cons-before 836 (alist-cons-before
837 'configure 'pre-conf 837 'configure 'pre-conf
838 (lambda _ 838 (lambda _