add repositories.git to several packages

This commit is contained in:
Evgeny Egorochkin
2014-02-14 09:34:30 +02:00
parent a0b1954611
commit cf3d2e0a17
3 changed files with 4 additions and 0 deletions
@@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
homepage = http://cgdb.sourceforge.net/;
repositories.git = git://github.com/cgdb/cgdb.git;
license = "GPLv2+";
platforms = with stdenv.lib.platforms; linux ++ cygwin;