Unverified Commit 4db14bc2 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

lifeograph: 3.0.2 -> 3.0.3 (#418063)

parents 19418ecc fde03ee5
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -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";