libnl: 3.3.0 -> 3.4.0

This commit is contained in:
Matthieu Coudron
2018-05-17 20:57:32 +09:00
parent b33e666b0a
commit d9dadce758
2 changed files with 6 additions and 3 deletions

View File

@@ -6951,6 +6951,9 @@ in {
pylru = callPackage ../development/python-modules/pylru { };
libnl-python = disabledIf isPy3k
(toPythonModule (pkgs.libnl.override{pythonSupport=true; inherit python; })).py;
lark-parser = callPackage ../development/python-modules/lark-parser { };
lazy-object-proxy = buildPythonPackage rec {