about summary refs log tree commit diff
path: root/pkgs/tools/graphics/zbar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/zbar/default.nix')
-rw-r--r--pkgs/tools/graphics/zbar/default.nix10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgs/tools/graphics/zbar/default.nix b/pkgs/tools/graphics/zbar/default.nix
index 69737461929c..cb5ea25211cd 100644
--- a/pkgs/tools/graphics/zbar/default.nix
+++ b/pkgs/tools/graphics/zbar/default.nix
@@ -5,7 +5,9 @@
 , pkgconfig
 , libX11
 , libv4l
-, qt5
+, qtbase
+, qtx11extras
+, wrapQtAppsHook
 , gtk3
 , xmlto
 , docbook_xsl
@@ -33,7 +35,7 @@ stdenv.mkDerivation rec {
     xmlto
     autoreconfHook
     docbook_xsl
-    qt5.wrapQtAppsHook
+    wrapQtAppsHook
   ];
 
   buildInputs = [
@@ -44,8 +46,8 @@ stdenv.mkDerivation rec {
   ] ++ lib.optionals enableVideo [
     libv4l
     gtk3
-    qt5.qtbase
-    qt5.qtx11extras
+    qtbase
+    qtx11extras
   ];
 
   configureFlags = [