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 8f308b9 commit 6bae81cCopy full SHA for 6bae81c
pkgs/desktops/deepin/library/dtk6core/default.nix
@@ -2,6 +2,7 @@
2
stdenv,
3
lib,
4
fetchFromGitHub,
5
+ fetchpatch,
6
cmake,
7
pkg-config,
8
doxygen,
@@ -26,6 +27,11 @@ stdenv.mkDerivation (finalAttrs: {
26
27
patches = [
28
./fix-pkgconfig-path.patch
29
./fix-pri-path.patch
30
+ (fetchpatch {
31
+ name = "fix-build-on-qt-6.8.patch";
32
+ url = "https://gitlab.archlinux.org/archlinux/packaging/packages/dtk6core/-/raw/d2e991f96b2940e8533b7e944bab5a7dd6aa0fb7/qt-6.8.patch";
33
+ hash = "sha256-HZxUrtUmVwnNUwcBoU7ewb+McsRkALQglPBbJU8HTkk=";
34
+ })
35
];
36
37
postPatch = ''
0 commit comments