Commit 59c7764c authored by Gliczy's avatar Gliczy
Browse files

newsraft: install desktop file

parent c85d8c61
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -34,6 +34,10 @@ stdenv.mkDerivation (finalAttrs: {

  makeFlags = [ "PREFIX=$(out)" ];

  postInstall = lib.optionalString (!stdenv.hostPlatform.isDarwin) ''
    install -Dm444 doc/newsraft.desktop -t $out/share/applications
  '';

  passthru.updateScript = nix-update-script { };

  meta = {