zeal: Qt 5 infrastructure update
This commit is contained in:
parent
ad9ece4f92
commit
700546fd12
@ -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 = ''
|
||||||
|
@ -10929,7 +10929,7 @@ let
|
|||||||
|
|
||||||
xlsx2csv = pythonPackages.xlsx2csv;
|
xlsx2csv = pythonPackages.xlsx2csv;
|
||||||
|
|
||||||
zeal = callPackage ../data/documentation/zeal { };
|
zeal = qt5.callPackage ../data/documentation/zeal { };
|
||||||
|
|
||||||
|
|
||||||
### APPLICATIONS
|
### APPLICATIONS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user