mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
python3.pkgs.qscintilla-qt5: don't propagate pyqt5
Since this package symlinks pyqt5 in its own tree, propagating pyqt5 is detected as a conflict by our python setup hook.
This commit is contained in:
parent
88a473fc12
commit
001999e25b
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ buildPythonPackage {
|
|||
format = "other";
|
||||
|
||||
nativeBuildInputs = [ lndir sip qtbase ];
|
||||
buildInputs = [ qscintilla ];
|
||||
propagatedBuildInputs = [ pyqt5 ];
|
||||
buildInputs = [ qscintilla pyqt5 ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Python/configure.py \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue