about summary refs log tree commit diff
path: root/pkgs/applications/graphics/photoqt
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-03-24 10:31:27 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-03-24 17:14:56 -0500
commit5d1f6ad57c5f07b2ed93ad2a3196d2f43455364f (patch)
tree45a1b1f823fd07888cbcc74708e7f81e99e30f28 /pkgs/applications/graphics/photoqt
parentad49ea230a6318f4164bc4bd395018acc61cb81a (diff)
qt5: make qt-5.4.1 default
Diffstat (limited to 'pkgs/applications/graphics/photoqt')
-rw-r--r--pkgs/applications/graphics/photoqt/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/photoqt/default.nix b/pkgs/applications/graphics/photoqt/default.nix
index c16093bfec0ee..9e2c3a18a6374 100644
--- a/pkgs/applications/graphics/photoqt/default.nix
+++ b/pkgs/applications/graphics/photoqt/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
     sha256 = "1y59ys1dgjppahs7v7kxwva7ik23s0x7j2f6glv6sn23l9cfq9rp";
   };
 
-  buildInputs = [ cmake qt5 exiv2 graphicsmagick ];
+  buildInputs = [ cmake qt5.base qt5.tools exiv2 graphicsmagick ];
 
   patches = [ ./graphicsmagick-path.patch ];