Loading pkgs/desktops/lxqt/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ let libsysstat = callPackage ./libsysstat {}; liblxqt = callPackage ./liblxqt {}; qtxdg-tools = callPackage ./qtxdg-tools {}; libdbusmenu-lxqt = callPackage ./libdbusmenu-lxqt {}; ### CORE 1 libfm-qt = callPackage ./libfm-qt {}; Loading Loading @@ -62,6 +63,7 @@ let libsysstat liblxqt qtxdg-tools libdbusmenu-lxqt ### CORE 1 libfm-qt Loading pkgs/desktops/lxqt/libdbusmenu-lxqt/default.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { stdenv , lib , fetchFromGitHub , cmake , qtbase , wrapQtAppsHook , gitUpdater }: stdenv.mkDerivation rec { pname = "libdbusmenu-lxqt"; version = "0.1.0"; src = fetchFromGitHub { owner = "lxqt"; repo = pname; rev = version; hash = "sha256-fwYvU62NCmJ6HNrOqHPWKDas7LE1XF3squ0CBEFkNkk="; }; nativeBuildInputs = [ cmake wrapQtAppsHook ]; buildInputs = [ qtbase ]; passthru.updateScript = gitUpdater { }; meta = with lib; { broken = stdenv.isDarwin; description = "A Qt implementation of the DBusMenu protocol"; homepage = "https://github.com/lxqt/libdbusmenu-lxqt"; license = licenses.lgpl21Plus; platforms = with platforms; unix; maintainers = teams.lxqt.members; }; } Loading
pkgs/desktops/lxqt/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ let libsysstat = callPackage ./libsysstat {}; liblxqt = callPackage ./liblxqt {}; qtxdg-tools = callPackage ./qtxdg-tools {}; libdbusmenu-lxqt = callPackage ./libdbusmenu-lxqt {}; ### CORE 1 libfm-qt = callPackage ./libfm-qt {}; Loading Loading @@ -62,6 +63,7 @@ let libsysstat liblxqt qtxdg-tools libdbusmenu-lxqt ### CORE 1 libfm-qt Loading
pkgs/desktops/lxqt/libdbusmenu-lxqt/default.nix 0 → 100644 +40 −0 Original line number Diff line number Diff line { stdenv , lib , fetchFromGitHub , cmake , qtbase , wrapQtAppsHook , gitUpdater }: stdenv.mkDerivation rec { pname = "libdbusmenu-lxqt"; version = "0.1.0"; src = fetchFromGitHub { owner = "lxqt"; repo = pname; rev = version; hash = "sha256-fwYvU62NCmJ6HNrOqHPWKDas7LE1XF3squ0CBEFkNkk="; }; nativeBuildInputs = [ cmake wrapQtAppsHook ]; buildInputs = [ qtbase ]; passthru.updateScript = gitUpdater { }; meta = with lib; { broken = stdenv.isDarwin; description = "A Qt implementation of the DBusMenu protocol"; homepage = "https://github.com/lxqt/libdbusmenu-lxqt"; license = licenses.lgpl21Plus; platforms = with platforms; unix; maintainers = teams.lxqt.members; }; }