build: generalize desktopItem linking
This commit is contained in:
parent
6e7d50a79d
commit
580276c568
1 changed files with 1 additions and 2 deletions
|
|
@ -84,8 +84,7 @@
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
mkdir -p "$out/share/applications"
|
cp -rs "${desktopItem}"/* "$out"
|
||||||
ln -s "${desktopItem}"/share/applications/* "$out/share/applications/"
|
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue