gss: use autoreconfHook

the provided configure script will break the build by using invalid c
attributes on clang-19. using autoreconfHook fixes this.
This commit is contained in:
Reno Dakota
2024-11-20 02:14:51 +00:00
committed by Emily
parent 4e4c5898b1
commit 90805a436c
+4
View File
@@ -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