summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-03-24 13:07:56 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-03-25 08:49:38 -0500
commit334466c2649fc96bc379a6d5364e30d882adcfaf (patch)
tree3af0466783bed9ee6e07fda3e9f658c927da4392 /pkgs
parentd839b85947fcbdbb95486852358411f85ce8c96e (diff)
downloadnixpkgs-334466c2649fc96bc379a6d5364e30d882adcfaf.tar
nixpkgs-334466c2649fc96bc379a6d5364e30d882adcfaf.tar.gz
nixpkgs-334466c2649fc96bc379a6d5364e30d882adcfaf.tar.bz2
nixpkgs-334466c2649fc96bc379a6d5364e30d882adcfaf.tar.lz
nixpkgs-334466c2649fc96bc379a6d5364e30d882adcfaf.tar.xz
nixpkgs-334466c2649fc96bc379a6d5364e30d882adcfaf.tar.zst
nixpkgs-334466c2649fc96bc379a6d5364e30d882adcfaf.zip
goldendict: pin to Qt 5.6
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index dd1bb3e553c..59f1fc6ad89 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -13583,7 +13583,7 @@ with pkgs;
 
   gnuradio-osmosdr = callPackage ../applications/misc/gnuradio-osmosdr { };
 
-  goldendict = libsForQt55.callPackage ../applications/misc/goldendict { };
+  goldendict = libsForQt56.callPackage ../applications/misc/goldendict { };
 
   inherit (ocamlPackages) google-drive-ocamlfuse;