From 90805a436c4766be35c1fcf38bdde6206643e3a1 Mon Sep 17 00:00:00 2001 From: Reno Dakota Date: Sat, 9 Nov 2024 15:03:14 -0800 Subject: [PATCH] gss: use autoreconfHook the provided configure script will break the build by using invalid c attributes on clang-19. using autoreconfHook fixes this. --- pkgs/by-name/gs/gss/package.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/by-name/gs/gss/package.nix b/pkgs/by-name/gs/gss/package.nix index 1271c52a4a8c..18020cf425f9 100644 --- a/pkgs/by-name/gs/gss/package.nix +++ b/pkgs/by-name/gs/gss/package.nix @@ -1,6 +1,8 @@ { lib , stdenv , fetchurl +, autoreconfHook +, gtk-doc , withShishi ? !stdenv.hostPlatform.isDarwin , shishi }: @@ -20,6 +22,8 @@ stdenv.mkDerivation rec { rm tests/krb5context.c ''; + nativeBuildInputs = [ autoreconfHook gtk-doc ]; + buildInputs = lib.optional withShishi shishi; # ./stdint.h:89:5: error: expected value in expression