frescobaldi: add explicit dependency on sip

This commit is contained in:
Dmitry Kalinkin 2018-12-29 22:54:03 -05:00
parent ae8797777a
commit 16f11dff3f
No known key found for this signature in database
GPG key ID: 06AF1D3C38F04E0E

View file

@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec {
};
propagatedBuildInputs = with python3Packages; [
lilypond pygame python-ly
lilypond pygame python-ly sip
pyqt5_with_qtwebkit (poppler-qt5.override { pyqt5 = pyqt5_with_qtwebkit; })
];