fix missing desktop files for mpv and helix
This commit is contained in:
parent
4e0674d7f1
commit
70eeaa185f
1 changed files with 15 additions and 9 deletions
|
|
@ -12,7 +12,10 @@
|
||||||
configArg ? "-c ",
|
configArg ? "-c ",
|
||||||
excecutable ? "${package}/bin/${name}",
|
excecutable ? "${package}/bin/${name}",
|
||||||
}:
|
}:
|
||||||
pkgs.writeShellApplication {
|
pkgs.symlinkJoin {
|
||||||
|
inherit name;
|
||||||
|
paths = [
|
||||||
|
(pkgs.writeShellApplication {
|
||||||
inherit name;
|
inherit name;
|
||||||
|
|
||||||
runtimeInputs = [ package ];
|
runtimeInputs = [ package ];
|
||||||
|
|
@ -24,5 +27,8 @@
|
||||||
exec -a "$0" "${excecutable}" ${configArg}"${globalConfig}" "$@"
|
exec -a "$0" "${excecutable}" ${configArg}"${globalConfig}" "$@"
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
})
|
||||||
|
package
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue