carla: fixed crash on launch "No module named 'PyQt5.sip'"
This commit is contained in:
parent
44ad80ab10
commit
59fd2f5e78
@ -34,11 +34,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
file liblo alsaLib fluidsynth ffmpeg_3 jack2 libpulseaudio libsndfile
|
file liblo alsaLib fluidsynth ffmpeg_3 jack2 libpulseaudio libsndfile
|
||||||
] ++ pythonPath
|
] ++ optional withQt qtbase
|
||||||
++ optional withQt qtbase
|
|
||||||
++ optional withGtk2 gtk2
|
++ optional withGtk2 gtk2
|
||||||
++ optional withGtk3 gtk3;
|
++ optional withGtk3 gtk3;
|
||||||
|
|
||||||
|
propagatedBuildInputs = pythonPath;
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
installFlags = [ "PREFIX=$(out)" ];
|
installFlags = [ "PREFIX=$(out)" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user