mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
frescobaldi: add explicit dependency on sip
This commit is contained in:
parent
ae8797777a
commit
16f11dff3f
@ -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; })
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user