summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
diff options
context:
space:
mode:
authorJohannes Rosenberger <johannes@jorsn.eu>2020-09-18 00:45:31 +0200
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-09-22 21:03:43 +0200
commit7abb57c7b5eaa9aa34ea289fc1e23ed259547bdb (patch)
tree623c1eb95a5bc96dab95afd1008390d31db4c9ed /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch
parente9364d173706051f1cf8844f9c211c573a37d0cc (diff)
fix passing qt5 version to pythonInterpreters
fixes c88f3adb1793cd3b007baff0292cf1fa8d0ab1e6, which resulted in qt 5.15 being used in pythonPackages, despite 5.14 being declared, and adapts qutebrowser accordingly. 'callPackage { pkgs = pkgs // { … }; }' does not work, because it does not take into account the recursive evaluation of nixpkgs: `pkgs/development/interpreters/python/default.nix` calls `pkgs/top-level/python-packages.nix` with `callPackage`. Thus, even if the former gets passed the updated `pkgs`, the latter always gets passed `pkgs.pkgs`. For the change in the qt5 version to apply consistently, 'pkgs.extend' must be used. qutebrowser only used the right qt5 version (5.15) because all pythonPackages used it anyway.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions