about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-12-19 20:21:18 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-12-20 07:56:45 -0600
commit3e6a70d9744db535208d522e003eed03cde2de31 (patch)
tree1d5d392fff02b0e48055628881a2f6d37a65754e /pkgs/applications/graphics
parent8bbbb31f3fe1c76a2243ea13024dcd5034834d6e (diff)
downloadnixlib-3e6a70d9744db535208d522e003eed03cde2de31.tar
nixlib-3e6a70d9744db535208d522e003eed03cde2de31.tar.gz
nixlib-3e6a70d9744db535208d522e003eed03cde2de31.tar.bz2
nixlib-3e6a70d9744db535208d522e003eed03cde2de31.tar.lz
nixlib-3e6a70d9744db535208d522e003eed03cde2de31.tar.xz
nixlib-3e6a70d9744db535208d522e003eed03cde2de31.tar.zst
nixlib-3e6a70d9744db535208d522e003eed03cde2de31.zip
phototonic: Qt 5 infrastructure update
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/phototonic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/phototonic/default.nix b/pkgs/applications/graphics/phototonic/default.nix
index f1a46b63d588..6803b969b4b5 100644
--- a/pkgs/applications/graphics/phototonic/default.nix
+++ b/pkgs/applications/graphics/phototonic/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, qt5, exiv2 }:
+{ stdenv, fetchFromGitHub, qtbase, exiv2 }:
 
 stdenv.mkDerivation rec {
   name = "phototonic-${version}";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     sha256 = "1agd3bsrpljd019qrjvlbim5l0bhpx53dhpc0gvyn0wmcdzn92gj";
   };
 
-  buildInputs = [ qt5.base exiv2 ];
+  buildInputs = [ qtbase exiv2 ];
 
   configurePhase = ''
     sed -i 's;/usr;;' phototonic.pro