summary refs log tree commit diff
path: root/pkgs/applications/editors/sigil
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-12-19 20:24:29 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-12-20 07:56:46 -0600
commit07a79f2a9b3fa565d8fd58f71213da620352e0cf (patch)
tree347ac93ae477c3643505a03c64a24e6fca98f5be /pkgs/applications/editors/sigil
parent5af2e7b76e45cd924743e73012f14d7a703d0984 (diff)
downloadnixlib-07a79f2a9b3fa565d8fd58f71213da620352e0cf.tar
nixlib-07a79f2a9b3fa565d8fd58f71213da620352e0cf.tar.gz
nixlib-07a79f2a9b3fa565d8fd58f71213da620352e0cf.tar.bz2
nixlib-07a79f2a9b3fa565d8fd58f71213da620352e0cf.tar.lz
nixlib-07a79f2a9b3fa565d8fd58f71213da620352e0cf.tar.xz
nixlib-07a79f2a9b3fa565d8fd58f71213da620352e0cf.tar.zst
nixlib-07a79f2a9b3fa565d8fd58f71213da620352e0cf.zip
sigil: Qt 5 infrastructure update
Diffstat (limited to 'pkgs/applications/editors/sigil')
-rw-r--r--pkgs/applications/editors/sigil/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/editors/sigil/default.nix b/pkgs/applications/editors/sigil/default.nix
index 2af662ded7f2..ad6f599a3617 100644
--- a/pkgs/applications/editors/sigil/default.nix
+++ b/pkgs/applications/editors/sigil/default.nix
@@ -1,5 +1,6 @@
 { stdenv, fetchurl, unzip, cmake, pkgconfig, makeWrapper
-, hunspell, minizip, boost, xercesc, qt5
+, hunspell, minizip, boost, xercesc
+, qtbase, qttools, qtwebkit, qtxmlpatterns
 }:
 
 let
@@ -17,7 +18,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [
     unzip cmake pkgconfig
-    hunspell minizip boost xercesc qt5.base qt5.tools qt5.webkit qt5.xmlpatterns
+    hunspell minizip boost xercesc qtbase qttools qtwebkit qtxmlpatterns
   ];
 
   # XXX: the compiler seems to treat the .h file inappropriately: