mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
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 = [
|
||||
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)" ];
|
||||
|
|
Loading…
Reference in a new issue