fix(openwebstart): define desktop items correctly
All checks were successful
Build packages / Build derivations (push) Successful in 1m44s

This commit is contained in:
uku 2024-11-05 13:29:54 +01:00
parent 6aa35b5592
commit 71a04cb974
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o

View file

@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
dontBuild = true; dontBuild = true;
dontCheck = true; dontCheck = true;
desktopFiles = [ desktopItems = [
(makeDesktopItem { (makeDesktopItem {
name = "OpenWebStart Settings"; name = "OpenWebStart Settings";
type = "Application"; type = "Application";