Loading pkgs/by-name/ul/ulauncher/package.nix +13 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ xvfb-run, librsvg, libX11, copyDesktopItems, makeDesktopItem, }: python3Packages.buildPythonApplication rec { Loading @@ -35,6 +37,7 @@ python3Packages.buildPythonApplication rec { intltool wrapGAppsHook3 gdk-pixbuf copyDesktopItems ]; buildInputs = [ Loading Loading @@ -123,6 +126,16 @@ python3Packages.buildPythonApplication rec { updateScript = nix-update-script { }; }; desktopItems = [ (makeDesktopItem { name = "ulauncher"; desktopName = "Ulauncher"; exec = "ulauncher"; categories = [ "Utility" ]; icon = "ulauncher"; }) ]; meta = with lib; { description = "Fast application launcher for Linux, written in Python, using GTK"; homepage = "https://ulauncher.io/"; Loading Loading
pkgs/by-name/ul/ulauncher/package.nix +13 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ xvfb-run, librsvg, libX11, copyDesktopItems, makeDesktopItem, }: python3Packages.buildPythonApplication rec { Loading @@ -35,6 +37,7 @@ python3Packages.buildPythonApplication rec { intltool wrapGAppsHook3 gdk-pixbuf copyDesktopItems ]; buildInputs = [ Loading Loading @@ -123,6 +126,16 @@ python3Packages.buildPythonApplication rec { updateScript = nix-update-script { }; }; desktopItems = [ (makeDesktopItem { name = "ulauncher"; desktopName = "Ulauncher"; exec = "ulauncher"; categories = [ "Utility" ]; icon = "ulauncher"; }) ]; meta = with lib; { description = "Fast application launcher for Linux, written in Python, using GTK"; homepage = "https://ulauncher.io/"; Loading