forked from mirrors/nixpkgs
sourcehut.listssrht: add pygit2
This commit is contained in:
parent
c4da86cd41
commit
05521bc61b
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, fetchgit, buildPythonPackage
|
{ stdenv, fetchgit, buildPythonPackage
|
||||||
, python
|
, python
|
||||||
, srht, asyncpg, unidiff, aiosmtpd, emailthreads }:
|
, srht, asyncpg, unidiff, aiosmtpd, pygit2, emailthreads }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "listssrht";
|
pname = "listssrht";
|
||||||
|
@ -20,6 +20,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
srht
|
srht
|
||||||
|
pygit2
|
||||||
asyncpg
|
asyncpg
|
||||||
unidiff
|
unidiff
|
||||||
aiosmtpd
|
aiosmtpd
|
||||||
|
|
Loading…
Reference in a new issue