pythonPackages.libfdt: init

libfdt is a Python library included in the dtc package.
This commit is contained in:
Ben Wolsieffer 2018-12-30 18:37:44 -05:00
parent 7edd0389e1
commit bb72c0668d

View file

@ -1551,6 +1551,10 @@ in {
libais = callPackage ../development/python-modules/libais { };
libfdt = disabledIf isPy3k (toPythonModule (pkgs.dtc.override {
python2 = python;
}));
libtmux = callPackage ../development/python-modules/libtmux { };
libusb1 = callPackage ../development/python-modules/libusb1 { inherit (pkgs) libusb1; };