diff options
author | Mark H Weaver <mhw@netris.org> | 2015-05-07 05:32:47 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-05-08 20:33:20 -0400 |
commit | cbf71ea25ebf4291ce379003f8df9f2dbcc4f3b9 (patch) | |
tree | ded5d5422792cd1a7d99e3f54d4f6ce4bfe82d7f /gnu-system.am | |
parent | 85bafc31f63714d0e47c83d8eb8bdd2ae71c0994 (diff) |
gnu: subversion: Add fix for sqlite-3.8.9.
* gnu/packages/patches/subversion-sqlite-3.8.9-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/version-control.scm (subversion): Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 95378a7cb7..77c7836671 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -544,6 +544,7 @@ dist_patch_DATA = \ gnu/packages/patches/slim-config.patch \ gnu/packages/patches/slim-sigusr1.patch \ gnu/packages/patches/soprano-find-clucene.patch \ + gnu/packages/patches/subversion-sqlite-3.8.9-fix.patch \ gnu/packages/patches/superlu-dist-scotchmetis.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ gnu/packages/patches/teckit-cstdio.patch \ |