0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

sourcehut.listssrht: add pygit2

This commit is contained in:
Jonathan Ringer 2019-11-29 18:53:14 -08:00 committed by Jon
parent c4da86cd41
commit 05521bc61b

View file

@ -1,6 +1,6 @@
{ stdenv, fetchgit, buildPythonPackage
, python
, srht, asyncpg, unidiff, aiosmtpd, emailthreads }:
, srht, asyncpg, unidiff, aiosmtpd, pygit2, emailthreads }:
buildPythonPackage rec {
pname = "listssrht";
@ -20,6 +20,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
srht
pygit2
asyncpg
unidiff
aiosmtpd