swiften: remove python2 dependency

main
Armeen Mahdian 2 years ago
parent 09a02d7e65
commit 813fd5e96d
  1. 2
      pkgs/development/libraries/swiften/default.nix

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

Loading…
Cancel
Save