add repositories.git to several packages
This commit is contained in:
parent
a0b1954611
commit
cf3d2e0a17
|
@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.cypherpunks.ca/otr/";
|
homepage = "http://www.cypherpunks.ca/otr/";
|
||||||
|
repositories.git = git://git.code.sf.net/p/otr/libotr;
|
||||||
license = "LGPLv2.1";
|
license = "LGPLv2.1";
|
||||||
description = "Library for Off-The-Record Messaging";
|
description = "Library for Off-The-Record Messaging";
|
||||||
};
|
};
|
||||||
|
|
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
homepage = http://cgdb.sourceforge.net/;
|
homepage = http://cgdb.sourceforge.net/;
|
||||||
|
|
||||||
|
repositories.git = git://github.com/cgdb/cgdb.git;
|
||||||
|
|
||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
|
|
||||||
platforms = with stdenv.lib.platforms; linux ++ cygwin;
|
platforms = with stdenv.lib.platforms; linux ++ cygwin;
|
||||||
|
|
|
@ -7197,6 +7197,7 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||||
meta = {
|
meta = {
|
||||||
description = "A full-featured console (xterm et al.) user interface library";
|
description = "A full-featured console (xterm et al.) user interface library";
|
||||||
homepage = http://excess.org/urwid;
|
homepage = http://excess.org/urwid;
|
||||||
|
repositories.git = git://github.com/wardi/urwid.git;
|
||||||
license = pkgs.lib.licenses.lgpl21;
|
license = pkgs.lib.licenses.lgpl21;
|
||||||
maintainers = [ stdenv.lib.maintainers.garbas ];
|
maintainers = [ stdenv.lib.maintainers.garbas ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue