sigil: Qt 5 infrastructure update
This commit is contained in:
parent
5af2e7b76e
commit
07a79f2a9b
@ -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:
|
||||
|
@ -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 { };
|
||||
|
Loading…
x
Reference in New Issue
Block a user