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

View file

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "http://www.cypherpunks.ca/otr/";
repositories.git = git://git.code.sf.net/p/otr/libotr;
license = "LGPLv2.1";
description = "Library for Off-The-Record Messaging";
};

View file

@ -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;

View file

@ -7197,6 +7197,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
meta = {
description = "A full-featured console (xterm et al.) user interface library";
homepage = http://excess.org/urwid;
repositories.git = git://github.com/wardi/urwid.git;
license = pkgs.lib.licenses.lgpl21;
maintainers = [ stdenv.lib.maintainers.garbas ];
};