Unverified Commit 9b4fc8ed authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

haunt: 0.2.6 -> 0.3.0 (#341892)

parents 863904ee dcebfc2f
Loading
Loading
Loading
Loading
+14 −29
Original line number Diff line number Diff line
{ lib
, stdenv
, fetchurl
, fetchpatch
, autoreconfHook
, callPackage
, guile
, guile-commonmark
, guile-reader
, makeWrapper
, pkg-config
{
  lib,
  stdenv,
  fetchurl,
  fetchpatch,
  autoreconfHook,
  callPackage,
  guile,
  guile-commonmark,
  guile-reader,
  makeWrapper,
  pkg-config,
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "haunt";
  version = "0.2.6";
  version = "0.3.0";

  src = fetchurl {
    url = "https://files.dthompson.us/haunt/haunt-${finalAttrs.version}.tar.gz";
    hash = "sha256-vPKLQ9hDJdimEAXwIBGgRRlefM8/77xFQoI+0J/lkNs=";
    hash = "sha256-mLq+0GvlSgZsPryUQQqR63zEg2fpTVKBMdO6JxSZmSs=";
  };

  # Symbol not found: inotify_init
  patches = [
    (fetchpatch {
      url = "https://git.dthompson.us/haunt.git/patch/?id=ab0b722b0719e3370a21359e4d511af9c4f14e60";
      hash = "sha256-TPNJKGlbDkV9RpdN274qMLoN3HlwfH/yHpxlpqOPw58=";
    })
    (fetchpatch {
      url = "https://git.dthompson.us/haunt.git/patch/?id=7d0b71f6a3f0e714da5a5c43e52408e27f44c383";
      hash = "sha256-CW/h8CqsALKDuKRoN1bd/WEtFTvFj0VxtgmpatyrLm8=";
    })
    (fetchpatch {
      url = "https://git.dthompson.us/haunt.git/patch/?id=1a91f3d0568fc095d8b0875c6553ef15b76efa4c";
      hash = "sha256-+3wUlTuzbyGibAsCiYWKvzPqUrFs7VwdhnADjnPuWIY=";
    })
  ];

  nativeBuildInputs = [
    autoreconfHook
    makeWrapper