Unverified Commit e33c2abd authored by Alexis Hildebrandt's avatar Alexis Hildebrandt Committed by GitHub
Browse files

beeper: fix debug logging as per #486164 (#492300)

parents f76f8219 2385bb1e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -48,7 +48,8 @@ appimageTools.wrapAppImage {
    . ${makeWrapper}/nix-support/setup-hook
    wrapProgram $out/bin/beeper \
      --add-flags "\''${NIXOS_OZONE_WL:+\''${WAYLAND_DISPLAY:+--ozone-platform-hint=auto --enable-features=WaylandWindowDecorations --enable-wayland-ime=true}} --no-update" \
      --set APPIMAGE beeper
      --set APPIMAGE beeper \
      --run 'exec >/dev/null' # as recommended in #486164
  '';

  passthru = {