listssrht: drop unidiff

This commit is contained in:
Edmund Wu 2019-12-29 20:03:54 -05:00
parent 889e5ca654
commit e313963c05
No known key found for this signature in database
GPG Key ID: 76AA3F9F2BD3E3A0

View File

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