diff options
author | David Thompson <davet@gnu.org> | 2015-04-16 03:23:52 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-04-24 10:04:08 -0400 |
commit | 378b01dc09f50afa32dcb5c77cb6be56bfc419a3 (patch) | |
tree | 4216087d512b05a17d444288ab77ad58aaea076b /gnu-system.am | |
parent | f93b916c3d20ab1b3439f67dde137f36918619f3 (diff) |
gnu: Add gitolite.
* gnu/packages/version-control.scm (gitolite): New variable.
* gnu/packages/patches/gitolite-openssh-6.8-compat.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
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 13d06fb920..ae6b4e2bab 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -422,6 +422,7 @@ dist_patch_DATA = \ gnu/packages/patches/gcc-cross-environment-variables.patch \ gnu/packages/patches/geoclue-config.patch \ gnu/packages/patches/ghostscript-runpath.patch \ + gnu/packages/patches/gitolite-openssh-6.8-compat.patch \ gnu/packages/patches/glib-tests-desktop.patch \ gnu/packages/patches/glib-tests-homedir.patch \ gnu/packages/patches/glib-tests-prlimit.patch \ |