pythonPackages.qscintilla-qt5: Do not copy pyqt5 tree
This commit ensures the entire PyQt5 tree is not included inside qscintilla as pointed out by https://github.com/NixOS/nixpkgs/issues/73975#issuecomment-639178216
This commit is contained in:
@@ -5637,7 +5637,6 @@ in {
|
||||
|
||||
qscintilla-qt5 = pkgs.libsForQt5.callPackage ../development/python-modules/qscintilla-qt5 {
|
||||
pythonPackages = self;
|
||||
lndir = pkgs.xorg.lndir;
|
||||
};
|
||||
|
||||
qscintilla = self.qscintilla-qt4;
|
||||
|
||||
Reference in New Issue
Block a user