Skip to content

Commit

Permalink
chore: remove use of now-invalid override from pyqt6
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 29, 2024
1 parent 2680fdb commit a012bcf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2790,11 +2790,7 @@ lib.composeManyExtensions [

pyqt6 =
let
# The build from source fails unless the pyqt6 version agrees
# with the version of qt6 from nixpkgs. Thus, we prefer using
# the wheel here.
pyqt6-wheel = prev.pyqt6.override { preferWheel = true; };
pyqt6 = pyqt6-wheel.overridePythonAttrs (old:
pyqt6 = prev.pyqt6.overridePythonAttrs (old:
let
confirm-license = pkgs.writeText "confirm-license.patch" ''
diff --git a/project.py b/project.py
Expand Down

0 comments on commit a012bcf

Please sign in to comment.