libpipeline: update gnu config scripts

This commit is contained in:
Audrey Dutcher
2024-07-19 22:33:50 -07:00
parent 23fed6a921
commit 97e18621b0
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl }:
{ lib, stdenv, fetchurl, updateAutotoolsGnuConfigScriptsHook }:
stdenv.mkDerivation rec {
pname = "libpipeline";
@@ -11,6 +11,10 @@ stdenv.mkDerivation rec {
patches = lib.optionals stdenv.isDarwin [ ./fix-on-osx.patch ];
# necessary to build on FreeBSD native pending inclusion of
# https://git.savannah.gnu.org/cgit/config.git/commit/?id=e4786449e1c26716e3f9ea182caf472e4dbc96e0
nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook ];
meta = with lib; {
homepage = "http://libpipeline.nongnu.org";
description = "C library for manipulating pipelines of subprocesses in a flexible and convenient way";