Skip to content

Commit

Permalink
goldendict: fix build by upgrading to qt 5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Aug 6, 2017
1 parent acb9ca3 commit 7cc0ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};

Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 7cc0ef8

Please sign in to comment.