zeal: Qt 5 infrastructure update

This commit is contained in:
Thomas Tuegel 2015-12-19 20:12:01 -06:00
parent ad9ece4f92
commit 700546fd12
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
{ stdenv, fetchFromGitHub, pkgconfig, qt5, libarchive, xorg }: { stdenv, fetchFromGitHub, libarchive, pkgconfig, qtbase
, qtimageformats, qtwebkit, xorg }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "0.1.1"; version = "0.1.1";
@ -12,7 +13,7 @@ stdenv.mkDerivation rec {
}; };
buildInputs = [ buildInputs = [
xorg.xcbutilkeysyms pkgconfig qt5.base qt5.webkit qt5.imageformats libarchive xorg.xcbutilkeysyms pkgconfig qtbase qtimageformats qtwebkit libarchive
]; ];
configurePhase = '' configurePhase = ''

View File

@ -10929,7 +10929,7 @@ let
xlsx2csv = pythonPackages.xlsx2csv; xlsx2csv = pythonPackages.xlsx2csv;
zeal = callPackage ../data/documentation/zeal { }; zeal = qt5.callPackage ../data/documentation/zeal { };
### APPLICATIONS ### APPLICATIONS