lol

Merge pull request #328777 from rhelmot/freebsd-w3m

w3m: update gnu config scripts

authored by

Artturin and committed by
GitHub
5704e294 d930ff73

+4 -2
+4 -2
pkgs/applications/networking/browsers/w3m/default.nix
··· 5 5 , x11Support ? graphicsSupport, libX11 6 6 , mouseSupport ? !stdenv.isDarwin, gpm-ncurses 7 7 , perl, man, pkg-config, buildPackages, w3m 8 - , testers 8 + , testers, updateAutotoolsGnuConfigScriptsHook 9 9 }: 10 10 11 11 let ··· 53 53 sed -ie 's!mktable.*:.*!mktable:!' Makefile.in 54 54 ''; 55 55 56 - nativeBuildInputs = [ pkg-config gettext ]; 56 + # updateAutotoolsGnuConfigScriptsHook necessary to build on FreeBSD native pending inclusion of 57 + # https://git.savannah.gnu.org/cgit/config.git/commit/?id=e4786449e1c26716e3f9ea182caf472e4dbc96e0 58 + nativeBuildInputs = [ pkg-config gettext updateAutotoolsGnuConfigScriptsHook ]; 57 59 buildInputs = [ ncurses boehmgc zlib ] 58 60 ++ lib.optional sslSupport openssl 59 61 ++ lib.optional mouseSupport gpm-ncurses