File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
pkgs/desktops/deepin/apps/deepin-calculator Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 22 stdenv ,
33 lib ,
44 fetchFromGitHub ,
5- dtkwidget ,
6- qt5integration ,
7- qt5platform -plugins,
8- libsForQt5 ,
5+ dtk6widget ,
6+ qt6integration ,
7+ qt6platform -plugins,
8+ qt6Packages ,
99 cmake ,
1010 pkg-config ,
1111 gtest ,
1212} :
1313
1414stdenv . mkDerivation rec {
1515 pname = "deepin-calculator" ;
16- version = "6.5.4 " ;
16+ version = "6.5.7 " ;
1717
1818 src = fetchFromGitHub {
1919 owner = "linuxdeepin" ;
2020 repo = pname ;
2121 rev = version ;
22- hash = "sha256-yLLdQCnEfcKm0su9gIMRDwOxOjLRjrOqf7AkC7PvAwM =" ;
22+ hash = "sha256-p3tEUIM7rxYUVLl7ZaEm20IZWRMNi12AIj9mQe6iB5I =" ;
2323 } ;
2424
2525 nativeBuildInputs = [
2626 cmake
27- libsForQt5 . qttools
27+ qt6Packages . qttools
2828 pkg-config
29- libsForQt5 . wrapQtAppsHook
29+ qt6Packages . wrapQtAppsHook
3030 ] ;
3131
3232 buildInputs = [
33- dtkwidget
34- qt5integration
35- qt5platform -plugins
36- libsForQt5 . qtbase
37- libsForQt5 . qtsvg
33+ dtk6widget
34+ qt6integration
35+ qt6platform -plugins
36+ qt6Packages . qtbase
37+ qt6Packages . qtsvg
3838 gtest
3939 ] ;
4040
41- strictDeps = true ;
41+ # qtsvg can't not be found with strictDeps
42+ strictDeps = false ;
4243
4344 cmakeFlags = [ "-DVERSION=${ version } " ] ;
4445
You can’t perform that action at this time.
0 commit comments