gengetopt: Fix the build
Thanks @orivej for providing this fix.
Fix #28255 (the build was broken since
2bc7b4e134
).
This commit is contained in:
parent
2c2cd34b54
commit
9182927998
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
doCheck = true;
|
||||
|
||||
postPatch = ''
|
||||
sed -e 's/set -o posix/set +o posix/' -i configure
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Command-line option parser generator";
|
||||
|
||||
|
|
Loading…
Reference in a new issue