From 71a04cb97406c5e4038bd585504113f594127acf Mon Sep 17 00:00:00 2001 From: uku Date: Tue, 5 Nov 2024 13:29:54 +0100 Subject: [PATCH] fix(openwebstart): define desktop items correctly --- pkgs/openwebstart.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/openwebstart.nix b/pkgs/openwebstart.nix index e431290..b3b2dfb 100644 --- a/pkgs/openwebstart.nix +++ b/pkgs/openwebstart.nix @@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: { dontBuild = true; dontCheck = true; - desktopFiles = [ + desktopItems = [ (makeDesktopItem { name = "OpenWebStart Settings"; type = "Application";