Skip to content

Commit 1dc7177

Browse files
authored
Merge pull request #329800 from wineee/qt6platform-plugins
deepin.qt6platform-plugins: 6.0.16 -> 6.0.18
2 parents d0f82f4 + 9124f6e commit 1dc7177

File tree

1 file changed

+6
-9
lines changed
  • pkgs/desktops/deepin/library/qt6platform-plugins

1 file changed

+6
-9
lines changed

pkgs/desktops/deepin/library/qt6platform-plugins/default.nix

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,19 @@
1212

1313
stdenv.mkDerivation rec {
1414
pname = "qt6platform-plugins";
15-
version = "6.0.16";
15+
version = "6.0.18";
1616

1717
src = fetchFromGitHub {
1818
owner = "linuxdeepin";
1919
repo = pname;
2020
rev = version;
21-
hash = "sha256-0/hwsdB0UNzlekxfdKeItW2lXTMTzEtBR2hS153woLo=";
21+
hash = "sha256-O2wylkNKqN0JxKffwFNSfv7S1hPIFrVKwSsppSGTp6I=";
2222
};
2323

24-
patches = [
25-
(fetchpatch {
26-
name = "support-to-qt_6_7_1.patch";
27-
url = "https://github.com/linuxdeepin/qt6platform-plugins/commit/88ba963d11355391d62501cd5a6da9e3d5e9ddce.patch";
28-
hash = "sha256-9NiKIdY9PXBYgKQGRf5pFV+tNrHe7BjbVrnwII9lLFI=";
29-
})
30-
];
24+
postUnpack = ''
25+
tar -xf ${qt6Packages.qtbase.src}
26+
mv qtbase-everywhere-src-${qt6Packages.qtbase.version}/src/plugins/platforms/xcb ${src.name}/xcb/libqt6xcbqpa-dev/${qt6Packages.qtbase.version}
27+
'';
3128

3229
nativeBuildInputs = [
3330
cmake

0 commit comments

Comments
 (0)