zeal: 0.7.1 → 0.7.2 (#340613)
This commit is contained in:
commit
a8c7259cad
@ -3,8 +3,8 @@
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
, extra-cmake-modules
|
||||
, fetchpatch2
|
||||
, pkg-config
|
||||
, httplib
|
||||
, qtbase
|
||||
, qtimageformats
|
||||
, qtwebengine
|
||||
@ -22,24 +22,15 @@ let
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "zeal";
|
||||
version = "0.7.1";
|
||||
version = "0.7.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zealdocs";
|
||||
repo = "zeal";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-918hWy5be5mHINLbFJPiE29wlL1kRUD4MS3AjML/6fs=";
|
||||
hash = "sha256-9tlo7+namWNWrWVQNqaOvtK4NQIdb0p8qvFrrbUamOo=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# https://github.com/zealdocs/zeal/pull/1644
|
||||
(fetchpatch2 {
|
||||
name = "fix-qtconcurrent-component.patch";
|
||||
url = "https://github.com/zealdocs/zeal/commit/c432a0ac22b59ed44bdcec8819c030d993177883.patch";
|
||||
hash = "sha256-DW7rBRMnXm7r+jps1/3RTXA1PpwEUCprW9qrHMRii84=";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
extra-cmake-modules
|
||||
@ -48,6 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
httplib
|
||||
libXdmcp
|
||||
libarchive
|
||||
libpthreadstubs
|
||||
|
Loading…
Reference in New Issue
Block a user