Cyril Roelandt <tipec...@gmail.com> skribis: > * gnu/packages/subversion.scm: New file. > * Makefile.am (MODULES): Add it.
Applied. > + #:use-module (guix licenses) Here I added #:select to avoid the name clash for ‘zlib’. > + (uri (string-append > + > "http://mirrors.ircam.fr/pub/apache/subversion/subversion-" > + version ".tar.bz2")) In commit 47f9db4, I added a list of Apache mirrors, and then cc957c3 changes those packages to use mirror://apache instead. Thanks! Ludo’.