Commit a28ae984 authored by ZachDavies's avatar ZachDavies
Browse files

LycheeSlicer: fixed extraPkgs and added wayland libraries

LycheeSlicer: trailing space fixed for linter
parent 2b09593b
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -4,6 +4,8 @@
  makeDesktopItem,
  lib,
  xorg,
  wayland,
  wayland-protocols,
}:
let
  pname = "LycheeSlicer";
@@ -41,6 +43,8 @@ appimageTools.wrapType2 {

  extraPkgs = _: [
    xorg.libxshmfence
    wayland
    wayland-protocols
  ];

  meta = {