fix(openwebstart): define desktop items correctly
All checks were successful
Build packages / Build derivations (push) Successful in 1m44s
All checks were successful
Build packages / Build derivations (push) Successful in 1m44s
This commit is contained in:
parent
6aa35b5592
commit
71a04cb974
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue