Commit fde03ee5 authored by emaryn's avatar emaryn
Browse files

lifeograph: remove absolute path in desktop entries

parent 82ea441b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -40,11 +40,6 @@ stdenv.mkDerivation (finalAttrs: {
    libshumate
  ];

  postInstall = ''
    substituteInPlace $out/share/applications/net.sourceforge.Lifeograph.desktop \
      --replace-fail "Exec=" "Exec=$out/bin/"
  '';

  meta = {
    homepage = "https://lifeograph.sourceforge.net/doku.php?id=start";
    description = "Off-line and private journal and note taking application";