We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c3b79 commit 95b51beCopy full SHA for 95b51be
pkgs/desktops/deepin/library/dtk6widget/default.nix
@@ -2,6 +2,7 @@
2
stdenv,
3
lib,
4
fetchFromGitHub,
5
+ fetchpatch,
6
cmake,
7
pkg-config,
8
doxygen,
@@ -25,6 +26,11 @@ stdenv.mkDerivation (finalAttrs: {
25
26
patches = [
27
./fix-pkgconfig-path.patch
28
./fix-pri-path.patch
29
+ (fetchpatch {
30
+ name = "fix-build-on-qt-6.8.patch";
31
+ url = "https://gitlab.archlinux.org/archlinux/packaging/packages/dtk6widget/-/raw/c4ac094715daa4ec319dc4d55bbca9d818845f82/qt-6.8.patch";
32
+ hash = "sha256-XEgtAV0mF1+C26wCaukjuv4WNbP4ISGgXt/eav7h9ko=";
33
+ })
34
];
35
36
postPatch = ''
0 commit comments