gengetopt: Fix the build
Thanks @orivej for providing this fix. Fix #28255 (the build was broken since 2bc7b4e134079cf72307538e57b8968cfb27d70c).
This commit is contained in:
parent
2c2cd34b54
commit
9182927998
@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
sed -e 's/set -o posix/set +o posix/' -i configure
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Command-line option parser generator";
|
description = "Command-line option parser generator";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user