lightworks: use portaudio 2014

There was an ABI change in portaudio 2016 which caused lightworks to
fail to start
This commit is contained in:
Anton Schirg 2018-01-15 13:21:01 +01:00
parent be776435ce
commit e0af7de6de

View File

@ -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;