goldendict: fix build by upgrading to qt 5.9

This commit is contained in:
Gabriel Ebner 2017-08-06 09:06:24 +02:00
parent acb9ca3006
commit 7cc0ef8937
1 changed files with 2 additions and 2 deletions

View File

@ -1338,7 +1338,7 @@ with pkgs;
clementine = callPackage ../applications/audio/clementine {
boost = boost155;
gst_plugins =
gst_plugins =
with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-ugly ];
};
@ -14186,7 +14186,7 @@ with pkgs;
gnuradio-osmosdr = callPackage ../applications/misc/gnuradio-osmosdr { };
goldendict = libsForQt56.callPackage ../applications/misc/goldendict { };
goldendict = libsForQt5.callPackage ../applications/misc/goldendict { };
inherit (ocamlPackages) google-drive-ocamlfuse;