lifeograph: 3.0.2 -> 3.0.3 (#418063)

This commit is contained in:
Gaétan Lepage
2025-06-21 00:43:42 +02:00
committed by GitHub
+2 -7
View File
@@ -16,12 +16,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lifeograph";
version = "3.0.2";
version = "3.0.3";
src = fetchgit {
url = "https://git.launchpad.net/lifeograph";
rev = "v${finalAttrs.version}";
hash = "sha256-eb31/ncGH5+Wz1vPCHeEFP1AiKe29rAOg5SL2cjabCc=";
hash = "sha256-VaDxmbTVx6wiFMDRYuBM5Y4oPODWPTm8QP6zpT+yBOY=";
};
nativeBuildInputs = [
@@ -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";