Loading pkgs/development/python-modules/ailment/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ pyvex, setuptools, typing-extensions, nix-update-script, }: buildPythonPackage rec { Loading Loading @@ -35,12 +34,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "ailment" ]; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Angr Intermediate Language"; homepage = "https://github.com/angr/ailment"; license = with licenses; [ bsd2 ]; license = licenses.bsd2; maintainers = with maintainers; [ fab ]; }; } Loading
pkgs/development/python-modules/ailment/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -6,7 +6,6 @@ pyvex, setuptools, typing-extensions, nix-update-script, }: buildPythonPackage rec { Loading Loading @@ -35,12 +34,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "ailment" ]; passthru.updateScript = nix-update-script { }; meta = with lib; { description = "Angr Intermediate Language"; homepage = "https://github.com/angr/ailment"; license = with licenses; [ bsd2 ]; license = licenses.bsd2; maintainers = with maintainers; [ fab ]; }; }