Merge pull request #335763 from Scrumplex/pkgs/zeal/fix-build
zeal: fix build against Qt 6.7.2
This commit is contained in:
commit
9caabb5615
@ -3,6 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
, extra-cmake-modules
|
||||
, fetchpatch2
|
||||
, pkg-config
|
||||
, qtbase
|
||||
, qtimageformats
|
||||
@ -30,6 +31,15 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-918hWy5be5mHINLbFJPiE29wlL1kRUD4MS3AjML/6fs=";
|
||||
};
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user