From d62e8cb43dd012187f4cdba5b106ce53016355da Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 30 Nov 2023 22:21:22 +0100 Subject: jump to nixos 23.11 --- pkgs/galmon.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pkgs/galmon.nix') diff --git a/pkgs/galmon.nix b/pkgs/galmon.nix index 87e77fd..a5a7566 100644 --- a/pkgs/galmon.nix +++ b/pkgs/galmon.nix @@ -6,6 +6,7 @@ , ncurses5 , zstd , zlib +, abseil-cpp , curl , gitMinimal , stdenv @@ -26,12 +27,14 @@ stdenv.mkDerivation { owner = "berthubert"; repo = "galmon"; rev = "refs/heads/master"; - sha256 = "sha256-QDluII9Ry3smMup5yOkAQZi35Phdf8m3fsQLDT8JFGc="; + hash = "sha256-QDluII9Ry3smMup5yOkAQZi35Phdf8m3fsQLDT8JFGc="; fetchSubmodules = true; }; + patches = [ ./galmon.patch ]; + buildInputs = [ - protobuf pkg-config h2o openssl eigen ncurses5 zstd zlib curl gitMinimal + protobuf pkg-config h2o openssl eigen ncurses5 zstd zlib curl gitMinimal abseil-cpp ]; buildPhase = '' -- cgit v1.2.3