Commit 90805a43 authored by Reno Dakota's avatar Reno Dakota Committed by Emily
Browse files

gss: use autoreconfHook

the provided configure script will break the build by using invalid c
attributes on clang-19. using autoreconfHook fixes this.
parent 4e4c5898
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
{ 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