Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
{ pkgs
, stdenv
, python
, qt5
, libsForQt5
, qt5 ? pkgs.qt514
, libsForQt5 ? pkgs.libsForQt514
, overrides ? (self: super: {})
}:

Expand All @@ -21,6 +21,7 @@ let

let
inherit (python.passthru) isPy27 isPy35 isPy36 isPy37 isPy38 isPy39 isPy3k isPyPy pythonAtLeast pythonOlder;
inherit libsForQt5 qt5;

callPackage = pkgs.newScope self;

Expand Down