lightworks: use portaudio 2014
There was an ABI change in portaudio 2016 which caused lightworks to fail to start
This commit is contained in:
parent
be776435ce
commit
e0af7de6de
@ -15875,7 +15875,9 @@ with pkgs;
|
||||
inherit (gnome3) libpeas gsettings_desktop_schemas dconf;
|
||||
};
|
||||
|
||||
lightworks = callPackage ../applications/video/lightworks { };
|
||||
lightworks = callPackage ../applications/video/lightworks {
|
||||
portaudio = portaudio2014;
|
||||
};
|
||||
|
||||
lingot = callPackage ../applications/audio/lingot {
|
||||
inherit (gnome2) libglade;
|
||||
|
Loading…
Reference in New Issue
Block a user