zeal: 0.2.1 -> 0.3.0
This new version fixes #8008 which despite the issue being closed was still a problem. We now compile it with the default qt5 which as of today is 5.6.1 instead of forcing 5.5.
This commit is contained in:
parent
adfcc2d953
commit
127a04f4ee
@ -2,14 +2,14 @@
|
||||
, qtimageformats, qtwebkit, qtx11extras, xcbutilkeysyms, qmakeHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "0.2.1";
|
||||
version = "0.3.0";
|
||||
name = "zeal-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zealdocs";
|
||||
repo = "zeal";
|
||||
rev = "v${version}";
|
||||
sha256 = "1j1nfvkwkb2xdh289q5gdb526miwwqmqjyd6fz9qm5dg467wmwa3";
|
||||
sha256 = "1f0nsnily2lsrraj1f8j34lqhiskiyq22clkci7w4h2zfv35j1s0";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
@ -34,4 +34,3 @@ stdenv.mkDerivation rec {
|
||||
maintainers = with stdenv.lib.maintainers; [ skeidel ];
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -12475,7 +12475,7 @@ in
|
||||
|
||||
xlsx2csv = pythonPackages.xlsx2csv;
|
||||
|
||||
zeal = qt55.callPackage ../data/documentation/zeal { };
|
||||
zeal = qt5.callPackage ../data/documentation/zeal { };
|
||||
|
||||
|
||||
### APPLICATIONS
|
||||
|
Loading…
Reference in New Issue
Block a user