python3Packages.libfdt: fix python build

This commit is contained in:
Tony Olagbaiye 2020-03-27 11:07:55 +00:00 committed by Jon
parent 749028e92b
commit ab84ce815d

View file

@ -2519,6 +2519,7 @@ in {
libfdt = toPythonModule (pkgs.dtc.override {
inherit python;
pythonSupport = true;
});
libtmux = callPackage ../development/python-modules/libtmux { };