mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
mypy-lang: Add missing lxml dependency
This commit is contained in:
parent
b5a95b1812
commit
6c77af6f60
|
@ -12,6 +12,8 @@ python35Packages.buildPythonApplication rec {
|
|||
sha256 = "12vwgzbpv0n403dvzas5ckw0f62slqk5j3024y65hi9n95r34rws";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python35Packages; [ lxml ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Optional static typing for Python";
|
||||
homepage = "http://www.mypy-lang.org";
|
||||
|
|
Loading…
Reference in a new issue