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