carla: fixed crash on launch "No module named 'PyQt5.sip'"

This commit is contained in:
Minijackson 2021-01-31 23:17:13 +01:00
parent 44ad80ab10
commit 59fd2f5e78
No known key found for this signature in database
GPG Key ID: FEA888C9F5D64F62

View File

@ -34,11 +34,12 @@ stdenv.mkDerivation rec {
buildInputs = [
file liblo alsaLib fluidsynth ffmpeg_3 jack2 libpulseaudio libsndfile
] ++ pythonPath
++ optional withQt qtbase
] ++ optional withQt qtbase
++ optional withGtk2 gtk2
++ optional withGtk3 gtk3;
propagatedBuildInputs = pythonPath;
enableParallelBuilding = true;
installFlags = [ "PREFIX=$(out)" ];