sigil: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel
2015-12-20 07:56:46 -06:00
parent 5af2e7b76e
commit 07a79f2a9b
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -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: