sigil: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel 2015-12-19 20:24:29 -06:00
parent 5af2e7b76e
commit 07a79f2a9b
2 changed files with 4 additions and 3 deletions

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:

View File

@ -3027,7 +3027,7 @@ let
siege = callPackage ../tools/networking/siege {};
sigil = callPackage ../applications/editors/sigil { };
sigil = qt5.callPackage ../applications/editors/sigil { };
# aka., gpg-tools
signing-party = callPackage ../tools/security/signing-party { };