Loading pkgs/development/python-modules/angr/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ , pythonRelaxDepsHook , pyvex , rich , sqlalchemy , rpyc , setuptools , sortedcontainers Loading Loading @@ -87,6 +88,12 @@ buildPythonPackage rec { unique-log-filter ]; passthru.optional-dependencies = { AngrDB = [ sqlalchemy ]; }; setupPyBuildFlags = lib.optionals stdenv.isLinux [ "--plat-name" "linux" Loading Loading
pkgs/development/python-modules/angr/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -25,6 +25,7 @@ , pythonRelaxDepsHook , pyvex , rich , sqlalchemy , rpyc , setuptools , sortedcontainers Loading Loading @@ -87,6 +88,12 @@ buildPythonPackage rec { unique-log-filter ]; passthru.optional-dependencies = { AngrDB = [ sqlalchemy ]; }; setupPyBuildFlags = lib.optionals stdenv.isLinux [ "--plat-name" "linux" Loading