repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
development
/
libraries
/
libpipeline
/
fix-on-osx.patch
blob
c539e2dde970f0bdcb07d064f480ea3efc46fd93
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
8
9
+const char* program_name = "libpipeline";
10
+
11
#if defined(HAVE_SETENV) && !defined(HAVE_CLEARENV)
12
int clearenv (void)
13
{