Skip to content

Commit

Permalink
Merge pull request #1388 from nix-community/overrides-pyqt6
Browse files Browse the repository at this point in the history
overrides.pyqt6: Only do autoPatchelf stuff on wheels
  • Loading branch information
adisbladis authored Oct 30, 2023
2 parents 177fad8 + ca436df commit a52e7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2522,7 +2522,7 @@ lib.composeManyExtensions [
postUnpack = ''
export MAKEFLAGS+="''${enableParallelBuilding:+-j$NIX_BUILD_CORES}"
'';
preFixup = ''
preFixup = lib.optionalString isWheel ''
addAutoPatchelfSearchPath ${self.pyqt6-qt6}/${self.python.sitePackages}/PyQt6
'';
});
Expand Down

0 comments on commit a52e7f6

Please sign in to comment.