mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
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 {
|
||||
version = "0.1.1";
|
||||
@ -12,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
xorg.xcbutilkeysyms pkgconfig qt5.base qt5.webkit qt5.imageformats libarchive
|
||||
xorg.xcbutilkeysyms pkgconfig qtbase qtimageformats qtwebkit libarchive
|
||||
];
|
||||
|
||||
configurePhase = ''
|
||||
|
@ -10929,7 +10929,7 @@ let
|
||||
|
||||
xlsx2csv = pythonPackages.xlsx2csv;
|
||||
|
||||
zeal = callPackage ../data/documentation/zeal { };
|
||||
zeal = qt5.callPackage ../data/documentation/zeal { };
|
||||
|
||||
|
||||
### APPLICATIONS
|
||||
|
Loading…
Reference in New Issue
Block a user