Merge pull request #328507 from rhelmot/freebsd-libpipeline

libpipeline: update gnu config scripts
This commit is contained in:
John Ericson
2024-07-20 11:34:12 -04:00
committed by GitHub
@@ -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";