about summary refs log tree commit diff
path: root/pkgs/applications/misc/twmn
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-12-19 20:37:14 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-12-20 07:56:47 -0600
commit732de877869a1f59d4226452e379eaa1cc998561 (patch)
treec99187febf8276e090c0d2821018635bea9d27a4 /pkgs/applications/misc/twmn
parent36dea909b774b037c68d5ebc369c4378f23fe87f (diff)
twmn: Qt 5 infrastructure update
Diffstat (limited to 'pkgs/applications/misc/twmn')
-rw-r--r--pkgs/applications/misc/twmn/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/twmn/default.nix b/pkgs/applications/misc/twmn/default.nix
index e2a21822acd7c..bb3f359ab8ff4 100644
--- a/pkgs/applications/misc/twmn/default.nix
+++ b/pkgs/applications/misc/twmn/default.nix
@@ -1,4 +1,4 @@
-{ fetchurl, stdenv, fetchgit, qt5, pkgconfig, boost }:
+{ fetchurl, stdenv, fetchgit, qtbase, qtx11extras, pkgconfig, boost }:
 
 stdenv.mkDerivation rec {
   name = "twmn-git-2014-09-23";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
     sha256 = "9c91e9d3d6d7f9d90d34da6f1a4b9f3dee65605c1e43729417d6921c54dded6b";
   };
 
-  buildInputs = [ qt5.base qt5.x11extras pkgconfig boost ];
+  buildInputs = [ qtbase qtx11extras pkgconfig boost ];
 
   configurePhase = ''
     sed -i s/-Werror// twmnd/twmnd.pro