Johannes Rosenberger 7abb57c7b5 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.
2020-09-22 21:03:43 +02:00
..
2020-06-20 12:25:02 -03:00
2019-10-06 17:46:34 -07:00
2020-05-02 11:46:37 +02:00
2020-08-25 03:30:06 +00:00
2020-09-20 11:32:06 +02:00
2020-06-28 09:59:04 +02:00
2020-07-04 20:50:16 +00:00
2020-09-19 14:34:49 +02:00
2020-05-05 11:27:26 +00:00
2019-12-15 13:31:53 -08:00
2020-08-22 10:31:02 -07:00
2020-07-26 15:03:25 +00:00
2020-09-09 15:09:26 -07:00
2020-07-02 12:23:08 +00:00
2020-05-04 18:31:03 +05:30
2019-12-31 00:15:46 +01:00
2020-08-04 14:50:17 -07:00
2020-02-23 13:41:27 -08:00
2020-02-10 20:03:47 +01:00
2019-11-18 20:10:43 +00:00
2020-05-01 09:22:33 +02:00
2020-01-03 10:57:55 +01:00
2020-05-06 23:22:01 -07:00
2020-08-21 12:37:46 +02:00
2020-07-06 04:04:30 +00:00
2020-01-30 18:35:30 -05:00
2020-08-01 04:20:00 -05:00
2020-08-31 10:55:50 +02:00
2020-08-23 22:45:44 +01:00
2020-07-22 01:50:56 +02:00