fmt
All checks were successful
checks / checks (pull_request) Successful in 36s
checks / check-links (pull_request) Successful in 21s
checks / checks-impure (pull_request) Successful in 1m47s

This commit is contained in:
a-kenji 2024-03-19 12:40:58 +01:00
parent 0695e2c0fc
commit 83efb33eb7

View File

@ -1,7 +1,8 @@
{ lib
, python3Packages
, makeDesktopItem
, copyDesktopItems
{
lib,
python3Packages,
makeDesktopItem,
copyDesktopItems,
}:
let
desktop-file = makeDesktopItem {
@ -11,7 +12,6 @@ let
startupWMClass = "moonlight-handler";
mimeTypes = [ "x-scheme-handler/moonlight" ];
};
in
python3Packages.buildPythonApplication {
name = "moonlight-sunshine-accept";
@ -26,9 +26,7 @@ python3Packages.buildPythonApplication {
copyDesktopItems
];
desktopItems = [
desktop-file
];
desktopItems = [ desktop-file ];
meta = with lib; {
description = "Moonlight Sunshine Bridge";