icedtea_web: install .destkop entries
This commit is contained in:
parent
de14e5b951
commit
ebde1ddd0e
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,11 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
mozillaPlugin = "/lib";
|
mozillaPlugin = "/lib";
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mkdir -p $out/share/applications
|
||||||
|
cp javaws.desktop itweb-settings.desktop policyeditor.desktop $out/share/applications
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Java web browser plugin and an implementation of Java Web Start";
|
description = "Java web browser plugin and an implementation of Java Web Start";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|
Loading…
Reference in a new issue