lol

Merge pull request #328508 from rhelmot/freebsd-pcre

pcre: update gnu config scripts

authored by

John Ericson and committed by
GitHub
8cd63a3c ebcc625c

+5 -1
+5 -1
pkgs/development/libraries/pcre/default.nix
··· 1 - { lib, stdenv, fetchurl, fetchpatch 1 + { lib, stdenv, fetchurl, fetchpatch, updateAutotoolsGnuConfigScriptsHook 2 2 , pcre, windows ? null 3 3 , variant ? null 4 4 }: ··· 36 36 hash = "sha256-pttmKwihLzKrAV6O4qVLp2pu4NwNJEFS/9Id8/b3nAU="; 37 37 }) 38 38 ]; 39 + 40 + # necessary to build on FreeBSD native pending inclusion of 41 + # https://git.savannah.gnu.org/cgit/config.git/commit/?id=e4786449e1c26716e3f9ea182caf472e4dbc96e0 42 + nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook ]; 39 43 40 44 preCheck = '' 41 45 patchShebangs RunGrepTest