deluge: add .desktop file
This commit is contained in:
parent
4ba31045e4
commit
8843368a13
1 changed files with 2 additions and 0 deletions
|
@ -6828,8 +6828,10 @@ in modules // {
|
|||
nativeBuildInputs = [ pkgs.intltool ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/applications
|
||||
cp -R deluge/data/pixmaps $out/share/
|
||||
cp -R deluge/data/icons $out/share/
|
||||
cp deluge/data/share/applications/deluge.desktop $out/share/applications
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
|
Loading…
Reference in a new issue