Skip to content

Commit

Permalink
Merge pull request #227471 from amjoseph-nixpkgs/pr/texinfo/limit-ver…
Browse files Browse the repository at this point in the history
…sions-for-gnulib-patch
  • Loading branch information
Artturin authored Apr 21, 2023
2 parents 92abde3 + 02a0c74 commit db3ab32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/texinfo/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ stdenv.mkDerivation {
# This patch is needed for IEEE-standard long doubles on
# powerpc64; it does not apply cleanly to texinfo 5.x or
# earlier. It is merged upstream in texinfo 6.8.
+ lib.optionalString (with lib.strings; versionAtLeast version "6.0" && versionOlder version "6.8") ''
+ lib.optionalString (version == "6.7") ''
patch -p1 -d gnulib < ${gnulib.passthru.longdouble-redirect-patch}
'';

Expand Down

0 comments on commit db3ab32

Please sign in to comment.