Merge pull request #119997 from DeterminateSystems/lief

lief: build from source and enable python bindings
This commit is contained in:
Sandro
2021-04-23 06:36:09 +02:00
committed by GitHub
3 changed files with 67 additions and 5 deletions
+4
View File
@@ -4020,6 +4020,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 { };