desktop support
This commit is contained in:
parent
451963fbe4
commit
10ce229904
1 changed files with 2 additions and 1 deletions
|
|
@ -49,9 +49,10 @@
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
mkdir -p $out/share/applications
|
||||||
cp ${fhsEnv}/bin/${pname}-fhs-env $out/bin/simintech
|
cp ${fhsEnv}/bin/${pname}-fhs-env $out/bin/simintech
|
||||||
runHook postInstall
|
|
||||||
cp ${desktopItem}/share/applications/*.desktop $out/share/applications
|
cp ${desktopItem}/share/applications/*.desktop $out/share/applications
|
||||||
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue