···1188 expressions for your Python project. Note that [sharing derivations from
1189 pypi2nix with nixpkgs is possible but not
1190 encouraged](https://github.com/nix-community/pypi2nix/issues/222#issuecomment-443497376).
1191-- [python2nix](https://github.com/proger/python2nix) by Vladimir Kirillov.
011921193### Deterministic builds
1194
···1188 expressions for your Python project. Note that [sharing derivations from
1189 pypi2nix with nixpkgs is possible but not
1190 encouraged](https://github.com/nix-community/pypi2nix/issues/222#issuecomment-443497376).
1191+- [nixpkgs-pytools](https://github.com/nix-community/nixpkgs-pytools)
1192+- [poetry2nix](https://github.com/nix-community/poetry2nix)
11931194### Deterministic builds
1195
···554 phonon-backend-vlc = throw "phonon-backend-vlc: Please use libsForQt5.phonon-backend-vlc, as Qt4 support in this package has been removed."; # added 2019-11-22
555 phonon = throw "phonon: Please use libsForQt5.phonon, as Qt4 support in this package has been removed."; # added 2019-11-22
556 pynagsystemd = throw "pynagsystemd was removed as it was unmaintained and incompatible with recent systemd versions. Instead use its fork check_systemd."; # added 2020-10-24
0557 qca-qt5 = libsForQt5.qca-qt5; # added 2015-12-19
558 qcsxcad = libsForQt5.qcsxcad; # added 2020-11-05
559 qr-filetransfer = throw ''"qr-filetransfer" has been renamed to "qrcp"''; # added 2020-12-02
···554 phonon-backend-vlc = throw "phonon-backend-vlc: Please use libsForQt5.phonon-backend-vlc, as Qt4 support in this package has been removed."; # added 2019-11-22
555 phonon = throw "phonon: Please use libsForQt5.phonon, as Qt4 support in this package has been removed."; # added 2019-11-22
556 pynagsystemd = throw "pynagsystemd was removed as it was unmaintained and incompatible with recent systemd versions. Instead use its fork check_systemd."; # added 2020-10-24
557+ python2nix = throw "python2nix has been removed as it is outdated. Use e.g. nixpkgs-pytools instead."; # added 2021-03-08
558 qca-qt5 = libsForQt5.qca-qt5; # added 2015-12-19
559 qcsxcad = libsForQt5.qcsxcad; # added 2020-11-05
560 qr-filetransfer = throw ''"qr-filetransfer" has been renamed to "qrcp"''; # added 2020-12-02
-2
pkgs/top-level/all-packages.nix
···11578 # Should eventually be moved inside Python interpreters.
11579 python-setup-hook = callPackage ../development/interpreters/python/setup-hook.nix { };
1158011581- python2nix = callPackage ../tools/package-management/python2nix { };
11582-11583 pythonDocs = recurseIntoAttrs (callPackage ../development/interpreters/python/cpython/docs {});
1158411585 pypi2nix = callPackage ../development/tools/pypi2nix {};
···11578 # Should eventually be moved inside Python interpreters.
11579 python-setup-hook = callPackage ../development/interpreters/python/setup-hook.nix { };
115800011581 pythonDocs = recurseIntoAttrs (callPackage ../development/interpreters/python/cpython/docs {});
1158211583 pypi2nix = callPackage ../development/tools/pypi2nix {};