Skip to content

Commit

Permalink
pythonPackages.qscintilla-qt5: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
bene1618 authored and Jon committed Oct 28, 2019
1 parent ba66b51 commit b27bdf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/qscintilla-qt5/default.nix
Expand Up @@ -27,6 +27,8 @@ buildPythonPackage {
lndir ${pyqt5} $out
rm -rf "$out/nix-support"
cd Python
substituteInPlace configure.py \
--replace "qmake = {'CONFIG': 'qscintilla2'}" "qmake = {'CONFIG': 'qscintilla2', 'QT': 'widgets printsupport'}"
${python.executable} ./configure.py \
--pyqt=PyQt5 \
--destdir=$out/${python.sitePackages}/PyQt5 \
Expand All @@ -45,6 +47,5 @@ buildPythonPackage {
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ lsix ];
homepage = https://www.riverbankcomputing.com/software/qscintilla/;
broken = true;
};
}

0 comments on commit b27bdf4

Please sign in to comment.