mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
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 New Issue
Block a user