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
@ -12,8 +12,7 @@ buildPythonPackage {
|
|||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
nativeBuildInputs = [ lndir sip qtbase ];
|
nativeBuildInputs = [ lndir sip qtbase ];
|
||||||
buildInputs = [ qscintilla ];
|
buildInputs = [ qscintilla pyqt5 ];
|
||||||
propagatedBuildInputs = [ pyqt5 ];
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace Python/configure.py \
|
substituteInPlace Python/configure.py \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user