lxqt: use gitUpdater instead of lxqtUpdateScript

+64 -69
+2 -1
pkgs/desktops/lxqt/compton-conf/default.nix
··· 8 , qttools 9 , lxqt 10 , libconfig 11 }: 12 13 mkDerivation rec { ··· 38 --replace "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg" \ 39 ''; 40 41 - passthru.updateScript = lxqt.lxqtUpdateScript { inherit pname version src; }; 42 43 meta = with lib; { 44 broken = stdenv.isDarwin;
··· 8 , qttools 9 , lxqt 10 , libconfig 11 + , gitUpdater 12 }: 13 14 mkDerivation rec { ··· 39 --replace "DESTINATION \"\''${LXQT_ETC_XDG_DIR}" "DESTINATION \"etc/xdg" \ 40 ''; 41 42 + passthru.updateScript = gitUpdater { }; 43 44 meta = with lib; { 45 broken = stdenv.isDarwin;
-7
pkgs/desktops/lxqt/default.nix
··· 2 let 3 packages = self: with self; { 4 5 - # Update script tailored to LXQt packages from git repository 6 - lxqtUpdateScript = { pname, version, src }: 7 - pkgs.gitUpdater { 8 - inherit pname version; 9 - attrPath = "lxqt.${pname}"; 10 - }; 11 - 12 # For compiling information, see: 13 # - https://github.com/lxqt/lxqt/wiki/Building-from-source 14
··· 2 let 3 packages = self: with self; { 4 5 # For compiling information, see: 6 # - https://github.com/lxqt/lxqt/wiki/Building-from-source 7
+2 -2
pkgs/desktops/lxqt/libfm-qt/default.nix
··· 11 , menu-cache 12 , qtx11extras 13 , qttools 14 - , lxqtUpdateScript 15 }: 16 17 mkDerivation rec { ··· 43 menu-cache 44 ]; 45 46 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 47 48 meta = with lib; { 49 homepage = "https://github.com/lxqt/libfm-qt";
··· 11 , menu-cache 12 , qtx11extras 13 , qttools 14 + , gitUpdater 15 }: 16 17 mkDerivation rec { ··· 43 menu-cache 44 ]; 45 46 + passthru.updateScript = gitUpdater { }; 47 48 meta = with lib; { 49 homepage = "https://github.com/lxqt/libfm-qt";
+2 -2
pkgs/desktops/lxqt/liblxqt/default.nix
··· 10 , polkit-qt 11 , kwindowsystem 12 , xorg 13 - , lxqtUpdateScript 14 }: 15 16 mkDerivation rec { ··· 50 sed -i "s|\''${POLKITQT-1_POLICY_FILES_INSTALL_DIR}|''${out}/share/polkit-1/actions|" CMakeLists.txt 51 ''; 52 53 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 54 55 meta = with lib; { 56 description = "Core utility library for all LXQt components";
··· 10 , polkit-qt 11 , kwindowsystem 12 , xorg 13 + , gitUpdater 14 }: 15 16 mkDerivation rec { ··· 50 sed -i "s|\''${POLKITQT-1_POLICY_FILES_INSTALL_DIR}|''${out}/share/polkit-1/actions|" CMakeLists.txt 51 ''; 52 53 + passthru.updateScript = gitUpdater { }; 54 55 meta = with lib; { 56 description = "Core utility library for all LXQt components";
+2 -2
pkgs/desktops/lxqt/libqtxdg/default.nix
··· 5 , qtbase 6 , qtsvg 7 , lxqt-build-tools 8 - , lxqtUpdateScript 9 }: 10 11 mkDerivation rec { ··· 37 ) 38 ''; 39 40 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 41 42 meta = with lib; { 43 homepage = "https://github.com/lxqt/libqtxdg";
··· 5 , qtbase 6 , qtsvg 7 , lxqt-build-tools 8 + , gitUpdater 9 }: 10 11 mkDerivation rec { ··· 37 ) 38 ''; 39 40 + passthru.updateScript = gitUpdater { }; 41 42 meta = with lib; { 43 homepage = "https://github.com/lxqt/libqtxdg";
+2 -2
pkgs/desktops/lxqt/libsysstat/default.nix
··· 5 , cmake 6 , qtbase 7 , lxqt-build-tools 8 - , lxqtUpdateScript 9 }: 10 11 mkDerivation rec { ··· 28 qtbase 29 ]; 30 31 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 32 33 meta = with lib; { 34 broken = stdenv.isDarwin;
··· 5 , cmake 6 , qtbase 7 , lxqt-build-tools 8 + , gitUpdater 9 }: 10 11 mkDerivation rec { ··· 28 qtbase 29 ]; 30 31 + passthru.updateScript = gitUpdater { }; 32 33 meta = with lib; { 34 broken = stdenv.isDarwin;
+2 -2
pkgs/desktops/lxqt/lximage-qt/default.nix
··· 13 , libfm-qt 14 , libexif 15 , menu-cache 16 - , lxqtUpdateScript 17 }: 18 19 mkDerivation rec { ··· 46 menu-cache 47 ]; 48 49 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 50 51 meta = with lib; { 52 homepage = "https://github.com/lxqt/lximage-qt";
··· 13 , libfm-qt 14 , libexif 15 , menu-cache 16 + , gitUpdater 17 }: 18 19 mkDerivation rec { ··· 46 menu-cache 47 ]; 48 49 + passthru.updateScript = gitUpdater { }; 50 51 meta = with lib; { 52 homepage = "https://github.com/lxqt/lximage-qt";
+2 -2
pkgs/desktops/lxqt/lxqt-about/default.nix
··· 9 , kwindowsystem 10 , liblxqt 11 , libqtxdg 12 - , lxqtUpdateScript 13 }: 14 15 mkDerivation rec { ··· 37 libqtxdg 38 ]; 39 40 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 41 42 meta = with lib; { 43 homepage = "https://github.com/lxqt/lxqt-about";
··· 9 , kwindowsystem 10 , liblxqt 11 , libqtxdg 12 + , gitUpdater 13 }: 14 15 mkDerivation rec { ··· 37 libqtxdg 38 ]; 39 40 + passthru.updateScript = gitUpdater { }; 41 42 meta = with lib; { 43 homepage = "https://github.com/lxqt/lxqt-about";
+2 -2
pkgs/desktops/lxqt/lxqt-admin/default.nix
··· 10 , liblxqt 11 , libqtxdg 12 , polkit-qt 13 - , lxqtUpdateScript 14 }: 15 16 mkDerivation rec { ··· 47 done 48 ''; 49 50 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 51 52 meta = with lib; { 53 homepage = "https://github.com/lxqt/lxqt-admin";
··· 10 , liblxqt 11 , libqtxdg 12 , polkit-qt 13 + , gitUpdater 14 }: 15 16 mkDerivation rec { ··· 47 done 48 ''; 49 50 + passthru.updateScript = gitUpdater { }; 51 52 meta = with lib; { 53 homepage = "https://github.com/lxqt/lxqt-admin";
+2 -2
pkgs/desktops/lxqt/lxqt-archiver/default.nix
··· 11 , qtbase 12 , qttools 13 , qtx11extras 14 - , lxqtUpdateScript 15 }: 16 17 mkDerivation rec { ··· 43 44 hardeningDisable = [ "format" ]; 45 46 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 47 48 meta = with lib; { 49 homepage = "https://github.com/lxqt/lxqt-archiver/";
··· 11 , qtbase 12 , qttools 13 , qtx11extras 14 + , gitUpdater 15 }: 16 17 mkDerivation rec { ··· 43 44 hardeningDisable = [ "format" ]; 45 46 + passthru.updateScript = gitUpdater { }; 47 48 meta = with lib; { 49 homepage = "https://github.com/lxqt/lxqt-archiver/";
+2 -2
pkgs/desktops/lxqt/lxqt-build-tools/default.nix
··· 8 , qtbase 9 , glib 10 , perl 11 - , lxqtUpdateScript 12 }: 13 14 mkDerivation rec { ··· 59 cp ${./LXQtConfigVars.cmake} $out/share/cmake/lxqt-build-tools/modules/LXQtConfigVars.cmake 60 ''; 61 62 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 63 64 meta = with lib; { 65 homepage = "https://github.com/lxqt/lxqt-build-tools";
··· 8 , qtbase 9 , glib 10 , perl 11 + , gitUpdater 12 }: 13 14 mkDerivation rec { ··· 59 cp ${./LXQtConfigVars.cmake} $out/share/cmake/lxqt-build-tools/modules/LXQtConfigVars.cmake 60 ''; 61 62 + passthru.updateScript = gitUpdater { }; 63 64 meta = with lib; { 65 homepage = "https://github.com/lxqt/lxqt-build-tools";
+2 -2
pkgs/desktops/lxqt/lxqt-config/default.nix
··· 15 , libqtxdg 16 , xkeyboard_config 17 , xorg 18 - , lxqtUpdateScript 19 }: 20 21 mkDerivation rec { ··· 64 '${xkeyboard_config}/share/X11/xkb/rules/base.lst' 65 ''; 66 67 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 68 69 meta = with lib; { 70 homepage = "https://github.com/lxqt/lxqt-config";
··· 15 , libqtxdg 16 , xkeyboard_config 17 , xorg 18 + , gitUpdater 19 }: 20 21 mkDerivation rec { ··· 64 '${xkeyboard_config}/share/X11/xkb/rules/base.lst' 65 ''; 66 67 + passthru.updateScript = gitUpdater { }; 68 69 meta = with lib; { 70 homepage = "https://github.com/lxqt/lxqt-config";
+2 -2
pkgs/desktops/lxqt/lxqt-globalkeys/default.nix
··· 10 , kwindowsystem 11 , liblxqt 12 , libqtxdg 13 - , lxqtUpdateScript 14 }: 15 16 mkDerivation rec { ··· 39 libqtxdg 40 ]; 41 42 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 43 44 meta = with lib; { 45 homepage = "https://github.com/lxqt/lxqt-globalkeys";
··· 10 , kwindowsystem 11 , liblxqt 12 , libqtxdg 13 + , gitUpdater 14 }: 15 16 mkDerivation rec { ··· 39 libqtxdg 40 ]; 41 42 + passthru.updateScript = gitUpdater { }; 43 44 meta = with lib; { 45 homepage = "https://github.com/lxqt/lxqt-globalkeys";
+2 -2
pkgs/desktops/lxqt/lxqt-notificationd/default.nix
··· 10 , liblxqt 11 , libqtxdg 12 , qtx11extras 13 - , lxqtUpdateScript 14 }: 15 16 mkDerivation rec { ··· 39 qtx11extras 40 ]; 41 42 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 43 44 meta = with lib; { 45 homepage = "https://github.com/lxqt/lxqt-notificationd";
··· 10 , liblxqt 11 , libqtxdg 12 , qtx11extras 13 + , gitUpdater 14 }: 15 16 mkDerivation rec { ··· 39 qtx11extras 40 ]; 41 42 + passthru.updateScript = gitUpdater { }; 43 44 meta = with lib; { 45 homepage = "https://github.com/lxqt/lxqt-notificationd";
+2 -2
pkgs/desktops/lxqt/lxqt-openssh-askpass/default.nix
··· 10 , kwindowsystem 11 , liblxqt 12 , libqtxdg 13 - , lxqtUpdateScript 14 }: 15 16 mkDerivation rec { ··· 39 libqtxdg 40 ]; 41 42 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 43 44 meta = with lib; { 45 homepage = "https://github.com/lxqt/lxqt-openssh-askpass";
··· 10 , kwindowsystem 11 , liblxqt 12 , libqtxdg 13 + , gitUpdater 14 }: 15 16 mkDerivation rec { ··· 39 libqtxdg 40 ]; 41 42 + passthru.updateScript = gitUpdater { }; 43 44 meta = with lib; { 45 homepage = "https://github.com/lxqt/lxqt-openssh-askpass";
+2 -2
pkgs/desktops/lxqt/lxqt-panel/default.nix
··· 17 , lxmenu-data 18 , lxqt-build-tools 19 , lxqt-globalkeys 20 - , lxqtUpdateScript 21 , menu-cache 22 , pcre 23 , qtbase ··· 71 xorg.libpthreadstubs 72 ]; 73 74 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 75 76 meta = with lib; { 77 homepage = "https://github.com/lxqt/lxqt-panel";
··· 17 , lxmenu-data 18 , lxqt-build-tools 19 , lxqt-globalkeys 20 + , gitUpdater 21 , menu-cache 22 , pcre 23 , qtbase ··· 71 xorg.libpthreadstubs 72 ]; 73 74 + passthru.updateScript = gitUpdater { }; 75 76 meta = with lib; { 77 homepage = "https://github.com/lxqt/lxqt-panel";
+2 -2
pkgs/desktops/lxqt/lxqt-policykit/default.nix
··· 14 , liblxqt 15 , libqtxdg 16 , pcre 17 - , lxqtUpdateScript 18 }: 19 20 mkDerivation rec { ··· 47 pcre 48 ]; 49 50 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 51 52 meta = with lib; { 53 homepage = "https://github.com/lxqt/lxqt-policykit";
··· 14 , liblxqt 15 , libqtxdg 16 , pcre 17 + , gitUpdater 18 }: 19 20 mkDerivation rec { ··· 47 pcre 48 ]; 49 50 + passthru.updateScript = gitUpdater { }; 51 52 meta = with lib; { 53 homepage = "https://github.com/lxqt/lxqt-policykit";
+2 -2
pkgs/desktops/lxqt/lxqt-powermanagement/default.nix
··· 13 , liblxqt 14 , libqtxdg 15 , lxqt-globalkeys 16 - , lxqtUpdateScript 17 }: 18 19 mkDerivation rec { ··· 45 lxqt-globalkeys 46 ]; 47 48 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 49 50 meta = with lib; { 51 homepage = "https://github.com/lxqt/lxqt-powermanagement";
··· 13 , liblxqt 14 , libqtxdg 15 , lxqt-globalkeys 16 + , gitUpdater 17 }: 18 19 mkDerivation rec { ··· 45 lxqt-globalkeys 46 ]; 47 48 + passthru.updateScript = gitUpdater { }; 49 50 meta = with lib; { 51 homepage = "https://github.com/lxqt/lxqt-powermanagement";
+2 -2
pkgs/desktops/lxqt/lxqt-qtplugin/default.nix
··· 6 , libfm-qt 7 , libqtxdg 8 , lxqt-build-tools 9 - , lxqtUpdateScript 10 , qtbase 11 , qtsvg 12 , qttools ··· 44 --replace "DESTINATION \"\''${QT_PLUGINS_DIR}" "DESTINATION \"$qtPluginPrefix" 45 ''; 46 47 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 48 49 meta = with lib; { 50 homepage = "https://github.com/lxqt/lxqt-qtplugin";
··· 6 , libfm-qt 7 , libqtxdg 8 , lxqt-build-tools 9 + , gitUpdater 10 , qtbase 11 , qtsvg 12 , qttools ··· 44 --replace "DESTINATION \"\''${QT_PLUGINS_DIR}" "DESTINATION \"$qtPluginPrefix" 45 ''; 46 47 + passthru.updateScript = gitUpdater { }; 48 49 meta = with lib; { 50 homepage = "https://github.com/lxqt/lxqt-qtplugin";
+2 -2
pkgs/desktops/lxqt/lxqt-runner/default.nix
··· 15 , menu-cache 16 , muparser 17 , pcre 18 - , lxqtUpdateScript 19 }: 20 21 mkDerivation rec { ··· 49 pcre 50 ]; 51 52 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 53 54 meta = with lib; { 55 homepage = "https://github.com/lxqt/lxqt-runner";
··· 15 , menu-cache 16 , muparser 17 , pcre 18 + , gitUpdater 19 }: 20 21 mkDerivation rec { ··· 49 pcre 50 ]; 51 52 + passthru.updateScript = gitUpdater { }; 53 54 meta = with lib; { 55 homepage = "https://github.com/lxqt/lxqt-runner";
+2 -2
pkgs/desktops/lxqt/lxqt-session/default.nix
··· 15 , procps 16 , xorg 17 , xdg-user-dirs 18 - , lxqtUpdateScript 19 }: 20 21 mkDerivation rec { ··· 50 xdg-user-dirs 51 ]; 52 53 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 54 55 meta = with lib; { 56 homepage = "https://github.com/lxqt/lxqt-session";
··· 15 , procps 16 , xorg 17 , xdg-user-dirs 18 + , gitUpdater 19 }: 20 21 mkDerivation rec { ··· 50 xdg-user-dirs 51 ]; 52 53 + passthru.updateScript = gitUpdater { }; 54 55 meta = with lib; { 56 homepage = "https://github.com/lxqt/lxqt-session";
+2 -2
pkgs/desktops/lxqt/lxqt-sudo/default.nix
··· 11 , liblxqt 12 , libqtxdg 13 , sudo 14 - , lxqtUpdateScript 15 }: 16 17 mkDerivation rec { ··· 41 sudo 42 ]; 43 44 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 45 46 meta = with lib; { 47 homepage = "https://github.com/lxqt/lxqt-sudo";
··· 11 , liblxqt 12 , libqtxdg 13 , sudo 14 + , gitUpdater 15 }: 16 17 mkDerivation rec { ··· 41 sudo 42 ]; 43 44 + passthru.updateScript = gitUpdater { }; 45 46 meta = with lib; { 47 homepage = "https://github.com/lxqt/lxqt-sudo";
+2 -2
pkgs/desktops/lxqt/lxqt-themes/default.nix
··· 3 , fetchFromGitHub 4 , cmake 5 , lxqt-build-tools 6 - , lxqtUpdateScript 7 }: 8 9 mkDerivation rec { ··· 22 lxqt-build-tools 23 ]; 24 25 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 26 27 meta = with lib; { 28 homepage = "https://github.com/lxqt/lxqt-themes";
··· 3 , fetchFromGitHub 4 , cmake 5 , lxqt-build-tools 6 + , gitUpdater 7 }: 8 9 mkDerivation rec { ··· 22 lxqt-build-tools 23 ]; 24 25 + passthru.updateScript = gitUpdater { }; 26 27 meta = with lib; { 28 homepage = "https://github.com/lxqt/lxqt-themes";
+2 -2
pkgs/desktops/lxqt/obconf-qt/default.nix
··· 10 , xorg 11 , lxqt-build-tools 12 , openbox 13 - , lxqtUpdateScript 14 }: 15 16 mkDerivation rec { ··· 41 openbox 42 ]; 43 44 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 45 46 meta = with lib; { 47 homepage = "https://github.com/lxqt/obconf-qt";
··· 10 , xorg 11 , lxqt-build-tools 12 , openbox 13 + , gitUpdater 14 }: 15 16 mkDerivation rec { ··· 41 openbox 42 ]; 43 44 + passthru.updateScript = gitUpdater { }; 45 46 meta = with lib; { 47 homepage = "https://github.com/lxqt/obconf-qt";
+2 -1
pkgs/desktops/lxqt/pavucontrol-qt/default.nix
··· 9 , qtbase 10 , qttools 11 , qtx11extras 12 }: 13 14 mkDerivation rec { ··· 36 pcre 37 ]; 38 39 - passthru.updateScript = lxqt.lxqtUpdateScript { inherit pname version src; }; 40 41 meta = with lib; { 42 homepage = "https://github.com/lxqt/pavucontrol-qt";
··· 9 , qtbase 10 , qttools 11 , qtx11extras 12 + , gitUpdater 13 }: 14 15 mkDerivation rec { ··· 37 pcre 38 ]; 39 40 + passthru.updateScript = gitUpdater { }; 41 42 meta = with lib; { 43 homepage = "https://github.com/lxqt/pavucontrol-qt";
+2 -2
pkgs/desktops/lxqt/pcmanfm-qt/default.nix
··· 12 , libfm-qt 13 , menu-cache 14 , lxmenu-data 15 - , lxqtUpdateScript 16 }: 17 18 mkDerivation rec { ··· 44 lxmenu-data 45 ]; 46 47 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 48 49 postPatch = '' 50 substituteInPlace config/pcmanfm-qt/lxqt/settings.conf.in --replace @LXQT_SHARE_DIR@ /run/current-system/sw/share/lxqt
··· 12 , libfm-qt 13 , menu-cache 14 , lxmenu-data 15 + , gitUpdater 16 }: 17 18 mkDerivation rec { ··· 44 lxmenu-data 45 ]; 46 47 + passthru.updateScript = gitUpdater { }; 48 49 postPatch = '' 50 substituteInPlace config/pcmanfm-qt/lxqt/settings.conf.in --replace @LXQT_SHARE_DIR@ /run/current-system/sw/share/lxqt
+2 -2
pkgs/desktops/lxqt/qlipper/default.nix
··· 4 , cmake 5 , qtbase 6 , qttools 7 - , lxqtUpdateScript 8 }: 9 10 mkDerivation rec { ··· 27 qttools 28 ]; 29 30 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 31 32 meta = with lib; { 33 description = "Cross-platform clipboard history applet";
··· 4 , cmake 5 , qtbase 6 , qttools 7 + , gitUpdater 8 }: 9 10 mkDerivation rec { ··· 27 qttools 28 ]; 29 30 + passthru.updateScript = gitUpdater { }; 31 32 meta = with lib; { 33 description = "Cross-platform clipboard history applet";
+2 -2
pkgs/desktops/lxqt/qps/default.nix
··· 6 , liblxqt 7 , libqtxdg 8 , lxqt-build-tools 9 - , lxqtUpdateScript 10 , qtbase 11 , qttools 12 , qtx11extras ··· 37 qtx11extras 38 ]; 39 40 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 41 42 meta = with lib; { 43 homepage = "https://github.com/lxqt/qps";
··· 6 , liblxqt 7 , libqtxdg 8 , lxqt-build-tools 9 + , gitUpdater 10 , qtbase 11 , qttools 12 , qtx11extras ··· 37 qtx11extras 38 ]; 39 40 + passthru.updateScript = gitUpdater { }; 41 42 meta = with lib; { 43 homepage = "https://github.com/lxqt/qps";
+2 -2
pkgs/desktops/lxqt/qterminal/default.nix
··· 7 , qtbase 8 , qttools 9 , qtx11extras 10 - , lxqtUpdateScript 11 , nixosTests 12 }: 13 ··· 34 qtermwidget 35 ]; 36 37 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 38 39 passthru.tests.test = nixosTests.terminal-emulators.qterminal; 40
··· 7 , qtbase 8 , qttools 9 , qtx11extras 10 + , gitUpdater 11 , nixosTests 12 }: 13 ··· 34 qtermwidget 35 ]; 36 37 + passthru.updateScript = gitUpdater { }; 38 39 passthru.tests.test = nixosTests.terminal-emulators.qterminal; 40
+2 -2
pkgs/desktops/lxqt/qtermwidget/default.nix
··· 6 , qtbase 7 , qttools 8 , lxqt-build-tools 9 - , lxqtUpdateScript 10 }: 11 12 mkDerivation rec { ··· 30 qttools 31 ]; 32 33 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 34 35 meta = with lib; { 36 broken = stdenv.isDarwin;
··· 6 , qtbase 7 , qttools 8 , lxqt-build-tools 9 + , gitUpdater 10 }: 11 12 mkDerivation rec { ··· 30 qttools 31 ]; 32 33 + passthru.updateScript = gitUpdater { }; 34 35 meta = with lib; { 36 broken = stdenv.isDarwin;
+2 -2
pkgs/desktops/lxqt/qtxdg-tools/default.nix
··· 5 , qtbase 6 , libqtxdg 7 , lxqt-build-tools 8 - , lxqtUpdateScript 9 }: 10 11 mkDerivation rec { ··· 29 libqtxdg 30 ]; 31 32 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 33 34 meta = with lib; { 35 homepage = "https://github.com/lxqt/qtxdg-tools";
··· 5 , qtbase 6 , libqtxdg 7 , lxqt-build-tools 8 + , gitUpdater 9 }: 10 11 mkDerivation rec { ··· 29 libqtxdg 30 ]; 31 32 + passthru.updateScript = gitUpdater { }; 33 34 meta = with lib; { 35 homepage = "https://github.com/lxqt/qtxdg-tools";
+2 -2
pkgs/desktops/lxqt/screengrab/default.nix
··· 12 , perl 13 , xorg 14 , autoPatchelfHook 15 - , lxqtUpdateScript 16 }: 17 18 mkDerivation rec { ··· 44 xorg.libXdmcp 45 ]; 46 47 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 48 49 meta = with lib; { 50 homepage = "https://github.com/lxqt/screengrab";
··· 12 , perl 13 , xorg 14 , autoPatchelfHook 15 + , gitUpdater 16 }: 17 18 mkDerivation rec { ··· 44 xorg.libXdmcp 45 ]; 46 47 + passthru.updateScript = gitUpdater { }; 48 49 meta = with lib; { 50 homepage = "https://github.com/lxqt/screengrab";
+2 -2
pkgs/desktops/lxqt/xdg-desktop-portal-lxqt/default.nix
··· 6 , libfm-qt 7 , lxqt-qtplugin 8 , qtx11extras 9 - , lxqtUpdateScript 10 , extraQtStyles ? [] 11 }: 12 ··· 33 ] 34 ++ extraQtStyles; 35 36 - passthru.updateScript = lxqtUpdateScript { inherit pname version src; }; 37 38 meta = with lib; { 39 homepage = "https://github.com/lxqt/xdg-desktop-portal-lxqt";
··· 6 , libfm-qt 7 , lxqt-qtplugin 8 , qtx11extras 9 + , gitUpdater 10 , extraQtStyles ? [] 11 }: 12 ··· 33 ] 34 ++ extraQtStyles; 35 36 + passthru.updateScript = gitUpdater { }; 37 38 meta = with lib; { 39 homepage = "https://github.com/lxqt/xdg-desktop-portal-lxqt";