Skip to content

Commit

Permalink
gengetopt: Fix the build
Browse files Browse the repository at this point in the history
Thanks @orivej for providing this fix.

Fix #28255 (the build was broken since
2bc7b4e).
  • Loading branch information
primeos committed Sep 20, 2017
1 parent 2c2cd34 commit 9182927
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/tools/misc/gengetopt/default.nix
Expand Up @@ -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";

Expand Down

0 comments on commit 9182927

Please sign in to comment.