swiften: remove python2 dependency

This commit is contained in:
Armeen Mahdian 2022-04-21 13:24:03 -05:00
parent 09a02d7e65
commit 813fd5e96d

View file

@ -1,6 +1,5 @@
{ stdenv
, lib
, python2
, libidn
, lua
, miniupnpc
@ -40,7 +39,6 @@ stdenv.mkDerivation rec {
];
buildInputs = [
python2
libidn
lua
miniupnpc