Merge pull request #169616 from armeenm/swiften-python3

swiften: remove python2 dependency
This commit is contained in:
davidak 2022-05-09 09:12:05 +02:00 committed by GitHub
commit ee9b1bfa09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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