nixpkgs/pkgs
Johannes Rosenberger 7abb57c7b5 fix passing qt5 version to pythonInterpreters
fixes c88f3adb17, 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.
2020-09-22 21:03:43 +02:00
..
applications Merge pull request #98442 from danieldk/weather-cleanups 2020-09-22 21:23:16 +03:00
build-support dotnetenv: editorconfig fixes 2020-09-21 08:30:58 +10:00
common-updater treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
data Merge pull request #98159 from sternenseemann/noto-emoji-unicode-13.1 2020-09-20 14:20:19 +02:00
desktops Merge pull request #94771 from bbigras/timepp 2020-09-19 14:52:32 -04:00
development fix passing qt5 version to pythonInterpreters 2020-09-22 21:03:43 +02:00
games Merge pull request #98229 from bbigras/df 2020-09-20 19:42:18 -05:00
misc vscode-extensions.vadimcn.vscode-lldb: init at 1.5.3 2020-09-22 09:13:53 -07:00
os-specific Merge pull request #98284 from MetaDark/xpadneo 2020-09-21 06:46:14 -05:00
pkgs-lib pkgs-lib: Add tests for formats 2020-07-29 18:08:25 +02:00
servers isso: build from master 2020-09-21 11:03:26 -07:00
shells oh-my-zsh: 2020-09-14 -> 2020-09-20 2020-09-20 19:24:37 -04:00
stdenv Merge pull request #76794 from dudebout/document-nix-env-multiple-output-install-bug 2020-09-05 15:40:26 +02:00
test stdenv: make -nostdinc work as intended 2020-07-23 08:39:46 +01:00
tools Merge pull request #98444 from petabyteboy/feature/update-viu 2020-09-22 17:34:54 +03:00
top-level fix passing qt5 version to pythonInterpreters 2020-09-22 21:03:43 +02:00