about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/cgdb/default.nix
diff options
context:
space:
mode:
authorEvgeny Egorochkin <phreedom@yandex.ru>2014-02-14 09:34:30 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2014-02-14 09:34:30 +0200
commitcf3d2e0a17e7621c5991039eaf4b71fff701937c (patch)
tree6a0d990281a0ef736d95c5f2253d700ca24e76f9 /pkgs/development/tools/misc/cgdb/default.nix
parenta0b1954611297dbb456b254296132f36ad442093 (diff)
add repositories.git to several packages
Diffstat (limited to 'pkgs/development/tools/misc/cgdb/default.nix')
-rw-r--r--pkgs/development/tools/misc/cgdb/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/misc/cgdb/default.nix b/pkgs/development/tools/misc/cgdb/default.nix
index adabcec989816..d313d271afbbf 100644
--- a/pkgs/development/tools/misc/cgdb/default.nix
+++ b/pkgs/development/tools/misc/cgdb/default.nix
@@ -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;