forked from mirrors/nixpkgs
pythonPackages.libfdt: init
libfdt is a Python library included in the dtc package.
This commit is contained in:
parent
7edd0389e1
commit
bb72c0668d
|
@ -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; };
|
||||
|
|
Loading…
Reference in a new issue