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