···11881188 expressions for your Python project. Note that [sharing derivations from
11891189 pypi2nix with nixpkgs is possible but not
11901190 encouraged](https://github.com/nix-community/pypi2nix/issues/222#issuecomment-443497376).
11911191-- [python2nix](https://github.com/proger/python2nix) by Vladimir Kirillov.
11911191+- [nixpkgs-pytools](https://github.com/nix-community/nixpkgs-pytools)
11921192+- [poetry2nix](https://github.com/nix-community/poetry2nix)
1192119311931194### Deterministic builds
11941195
···554554 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
555555 phonon = throw "phonon: Please use libsForQt5.phonon, as Qt4 support in this package has been removed."; # added 2019-11-22
556556 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
557557+ python2nix = throw "python2nix has been removed as it is outdated. Use e.g. nixpkgs-pytools instead."; # added 2021-03-08
557558 qca-qt5 = libsForQt5.qca-qt5; # added 2015-12-19
558559 qcsxcad = libsForQt5.qcsxcad; # added 2020-11-05
559560 qr-filetransfer = throw ''"qr-filetransfer" has been renamed to "qrcp"''; # added 2020-12-02
-2
pkgs/top-level/all-packages.nix
···1157811578 # Should eventually be moved inside Python interpreters.
1157911579 python-setup-hook = callPackage ../development/interpreters/python/setup-hook.nix { };
11580115801158111581- python2nix = callPackage ../tools/package-management/python2nix { };
1158211582-1158311581 pythonDocs = recurseIntoAttrs (callPackage ../development/interpreters/python/cpython/docs {});
11584115821158511583 pypi2nix = callPackage ../development/tools/pypi2nix {};