Loading pkgs/development/python-modules/claripy/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ setuptools, typing-extensions, z3-solver, nix-update-script, }: buildPythonPackage rec { Loading Loading @@ -46,12 +45,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "claripy" ]; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Python abstraction layer for constraint solvers"; homepage = "https://github.com/angr/claripy"; license = with licenses; [ bsd2 ]; license = licenses.bsd2; maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/claripy/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -10,7 +10,6 @@ setuptools, typing-extensions, z3-solver, nix-update-script, }: buildPythonPackage rec { Loading Loading @@ -46,12 +45,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "claripy" ]; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Python abstraction layer for constraint solvers"; homepage = "https://github.com/angr/claripy"; license = with licenses; [ bsd2 ]; license = licenses.bsd2; maintainers = with maintainers; [ fab ]; }; }