Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -28147,6 +28147,12 @@ githubId = 908716; name = "Zach Coyle"; }; ZachDavies = { name = "Zach Davies"; email = "zdmalta@proton.me"; github = "ZachDavies"; githubId = 131615861; }; Zaczero = { name = "Kamil Monicz"; email = "kamil@monicz.dev"; pkgs/by-name/ly/LycheeSlicer/package.nix +11 −4 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ makeDesktopItem, lib, xorg, wayland, wayland-protocols, }: let pname = "LycheeSlicer"; Loading @@ -18,7 +20,7 @@ let name = "Lychee Slicer"; genericName = "Resin Slicer"; comment = "All-in-one 3D slicer for Resin and Filament"; desktopName = "Lychee"; desktopName = "LycheeSlicer"; noDisplay = false; exec = "lychee"; terminal = false; Loading @@ -39,16 +41,21 @@ appimageTools.wrapType2 { install -Dm444 -t $out/share/applications ${desktopItem}/share/applications/* ''; extraLibraries = [ extraPkgs = _: [ xorg.libxshmfence wayland wayland-protocols ]; meta = { description = "All-in-one 3D slicer for resin and FDM printers"; homepage = "https://lychee.mango3d.io/"; license = lib.licenses.unfree; maintainers = with lib.maintainers; [ tarinaky ]; maintainers = with lib.maintainers; [ tarinaky ZachDavies ]; platforms = [ "x86_64-linux" ]; mainProgram = "lychee"; mainProgram = "LycheeSlicer"; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -28147,6 +28147,12 @@ githubId = 908716; name = "Zach Coyle"; }; ZachDavies = { name = "Zach Davies"; email = "zdmalta@proton.me"; github = "ZachDavies"; githubId = 131615861; }; Zaczero = { name = "Kamil Monicz"; email = "kamil@monicz.dev";
pkgs/by-name/ly/LycheeSlicer/package.nix +11 −4 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ makeDesktopItem, lib, xorg, wayland, wayland-protocols, }: let pname = "LycheeSlicer"; Loading @@ -18,7 +20,7 @@ let name = "Lychee Slicer"; genericName = "Resin Slicer"; comment = "All-in-one 3D slicer for Resin and Filament"; desktopName = "Lychee"; desktopName = "LycheeSlicer"; noDisplay = false; exec = "lychee"; terminal = false; Loading @@ -39,16 +41,21 @@ appimageTools.wrapType2 { install -Dm444 -t $out/share/applications ${desktopItem}/share/applications/* ''; extraLibraries = [ extraPkgs = _: [ xorg.libxshmfence wayland wayland-protocols ]; meta = { description = "All-in-one 3D slicer for resin and FDM printers"; homepage = "https://lychee.mango3d.io/"; license = lib.licenses.unfree; maintainers = with lib.maintainers; [ tarinaky ]; maintainers = with lib.maintainers; [ tarinaky ZachDavies ]; platforms = [ "x86_64-linux" ]; mainProgram = "lychee"; mainProgram = "LycheeSlicer"; }; }