Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / libraries / libpipeline / fix-on-osx.patch
blobc539e2dde970f0bdcb07d064f480ea3efc46fd93
1 diff --git a/lib/pipeline.c b/lib/pipeline.c
2 index 26478f9..1612307 100644
3 --- a/lib/pipeline.c
4 +++ b/lib/pipeline.c
5 @@ -75,6 +75,8 @@
6 # endif
7 #endif
9 +const char* program_name = "libpipeline";
11 #if defined(HAVE_SETENV) && !defined(HAVE_CLEARENV)
12 int clearenv (void)