Commit e92ee335 authored by Audrey Dutcher's avatar Audrey Dutcher
Browse files

pcre: update gnu config scripts

parent 23fed6a9
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
{ lib, stdenv, fetchurl, fetchpatch
{ lib, stdenv, fetchurl, fetchpatch, updateAutotoolsGnuConfigScriptsHook
, pcre, windows ? null
, variant ? null
}:
@@ -37,6 +37,10 @@ stdenv.mkDerivation rec {
    })
  ];

  # necessary to build on FreeBSD native pending inclusion of
  # https://git.savannah.gnu.org/cgit/config.git/commit/?id=e4786449e1c26716e3f9ea182caf472e4dbc96e0
  nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook ];

  preCheck = ''
    patchShebangs RunGrepTest
  '';