lifeograph: remove absolute path in desktop entries

This commit is contained in:
emaryn 2025-06-20 01:31:07 +08:00
parent 82ea441bbb
commit fde03ee5ad

View File

@ -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";