Add limnoria, a well maintained fork of Supybot, an IRC bot
This commit is contained in:
parent
d44ffc5338
commit
50d66b945e
@ -2033,6 +2033,28 @@ pythonPackages = python.modules // rec {
|
|||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
limnoria = buildPythonPackage (rec {
|
||||||
|
name = "limnoria-20130327";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = https://pypi.python.org/packages/source/l/limnoria/limnoria-2013-03-27T16:32:26+0100.tar.gz;
|
||||||
|
name = "limnoria-2013-03-27.tar.gz";
|
||||||
|
sha256 = "0xfaa6h8css3yhsmx5vcffizrz6mvmgm46q7449z3hq7g3793184";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ python.modules.sqlite3 ];
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "A modified version of Supybot, an IRC bot";
|
||||||
|
homepage = http://supybot.fr.cr;
|
||||||
|
license = licenses.bsd3;
|
||||||
|
maintainers = [ maintainers.goibhniu ];
|
||||||
|
};
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
lockfile = buildPythonPackage rec {
|
lockfile = buildPythonPackage rec {
|
||||||
name = "lockfile-0.9.1";
|
name = "lockfile-0.9.1";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user