mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
newsraft: install desktop file
This commit is contained in:
parent
c85d8c61ac
commit
59c7764cba
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
|
|
||||||
makeFlags = [ "PREFIX=$(out)" ];
|
makeFlags = [ "PREFIX=$(out)" ];
|
||||||
|
|
||||||
|
postInstall = lib.optionalString (!stdenv.hostPlatform.isDarwin) ''
|
||||||
|
install -Dm444 doc/newsraft.desktop -t $out/share/applications
|
||||||
|
'';
|
||||||
|
|
||||||
passthru.updateScript = nix-update-script { };
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue