lief: build from source and enable python bindings

This commit is contained in:
Cole Helbling
2021-04-22 14:02:13 -07:00
parent 294d1925af
commit fd21963e8b
3 changed files with 67 additions and 5 deletions
+4
View File
@@ -3996,6 +3996,10 @@ in {
license-expression = callPackage ../development/python-modules/license-expression { };
lief = (toPythonModule (pkgs.lief.override {
inherit python;
})).py;
lightblue = callPackage ../development/python-modules/lightblue { };
lightgbm = callPackage ../development/python-modules/lightgbm { };