forked from mirrors/nixpkgs
Merge pull request #16881 from martingms/mypy-missing-deps
mypy-lang: Add missing lxml dependency
This commit is contained in:
commit
8710a9d57c
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ python35Packages.buildPythonApplication rec {
|
||||||
sha256 = "12vwgzbpv0n403dvzas5ckw0f62slqk5j3024y65hi9n95r34rws";
|
sha256 = "12vwgzbpv0n403dvzas5ckw0f62slqk5j3024y65hi9n95r34rws";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = with python35Packages; [ lxml ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Optional static typing for Python";
|
description = "Optional static typing for Python";
|
||||||
homepage = "http://www.mypy-lang.org";
|
homepage = "http://www.mypy-lang.org";
|
||||||
|
|
Loading…
Add table
Reference in a new issue