File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
pkgs/desktops/lxqt/screengrab Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 66 autoPatchelfHook ,
77 gitUpdater ,
88 kwindowsystem ,
9+ layer-shell-qt ,
910 libXdmcp ,
1011 libpthreadstubs ,
1112 libqtxdg ,
13+ lxqt-build-tools ,
1214 perl ,
1315 pkg-config ,
1416 qtbase ,
1517 qtsvg ,
1618 qttools ,
19+ qtwayland ,
1720 wrapQtAppsHook ,
1821} :
1922
2023stdenv . mkDerivation rec {
2124 pname = "screengrab" ;
22- version = "2.10 .0" ;
25+ version = "3.0 .0" ;
2326
2427 src = fetchFromGitHub {
2528 owner = "lxqt" ;
2629 repo = pname ;
2730 rev = version ;
28- hash = "sha256-cTDGVNnnjgIiCS/KzEVmTagJvNwDKAP2UrWKwdn3WmE =" ;
31+ hash = "sha256-6cGj3Ijv4DsAdJjcHKUg5et+yYc5miIHHZOTD2D9ASk =" ;
2932 } ;
3033
3134 nativeBuildInputs = [
3235 cmake
36+ lxqt-build-tools
3337 pkg-config
3438 perl # needed by LXQtTranslateDesktop.cmake
3539 qttools
@@ -39,11 +43,13 @@ stdenv.mkDerivation rec {
3943
4044 buildInputs = [
4145 kwindowsystem
46+ layer-shell-qt
4247 libXdmcp
4348 libpthreadstubs
4449 libqtxdg
4550 qtbase
4651 qtsvg
52+ qtwayland
4753 ] ;
4854
4955 passthru . updateScript = gitUpdater { } ;
You can’t perform that action at this time.
0 commit comments