nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

lektor: fix "ImportError: No module named pkg_resources"

authored by

Raphael Borun Das Gupta and committed by
Frederik Rietdijk
5dc6f02d 7856c8ba

+2 -1
+2 -1
pkgs/development/python-modules/lektor/default.nix
··· 19 19 , pytest-click 20 20 , isPy27 21 21 , functools32 22 + , setuptools 22 23 }: 23 24 24 25 buildPythonPackage rec { ··· 35 34 36 35 propagatedBuildInputs = [ 37 36 click watchdog exifread requests mistune inifile Babel jinja2 38 - flask pyopenssl ndg-httpsclient 37 + flask pyopenssl ndg-httpsclient setuptools 39 38 ] ++ lib.optionals isPy27 [ functools32 ]; 40 39 41 40 checkInputs = [