File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
pkgs/desktops/deepin/library/qt6platform-plugins Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 1212
1313stdenv . 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
You can’t perform that action at this time.
0 commit comments