LycheeSlicer: fixed extraPkgs and added wayland libraries

LycheeSlicer: trailing space fixed for linter
This commit is contained in:
ZachDavies
2025-08-11 18:27:04 +02:00
parent 2b09593b79
commit a28ae98486
+5 -1
View File
@@ -4,6 +4,8 @@
makeDesktopItem,
lib,
xorg,
wayland,
wayland-protocols,
}:
let
pname = "LycheeSlicer";
@@ -41,13 +43,15 @@ appimageTools.wrapType2 {
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; [
maintainers = with lib.maintainers; [
tarinaky
ZachDavies
];