summaryrefslogtreecommitdiff
path: root/guix/svn-download.scm
AgeCommit message (Expand)Author
2014-08-23svn-download: Rewrite using gexps.•••* guix/svn-download.scm (subversion-package): New procedure. (svn-fetch): Use it. Remove 'svn-for-build'. Use a gexp and 'gexp->derivation'. Ludovic Courtès
2014-03-27Add (guix svn-download).•••* guix/svn-download.scm, guix/build/svn.scm: New files. * Makefile.am (MODULES): Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sree Harsha Totakura