summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pythonix/default.nix
AgeCommit message (Collapse)Author
2019-02-17python.pkgs.pythonix: mark as brokenFrederik Rietdijk
2018-11-18treewide: remove "ninja test" checkPhaseMatthew Bauer
This is now handled in the ninja setup hook. (cherry picked from commit f5e099754fffc3d2b68c8ba6fc8025f3c921fddc)
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk
The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
2018-06-15python.pkgs.pythonix: 0.1.0 -> 0.1.4Jörg Thalheim
also fix the build
2018-02-17treewide: remove explicit overrides to gcc7Vladimír Čunát
They're not needed on this branch.
2017-12-29python3Packages.pythonix: init at 0.1.0Jörg Thalheim