Unverified Commit fe826789 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #228515 from NickCao/iksemel

iksemel: fix cross compilation
parents aa967901 8c3bba4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31264,7 +31264,7 @@ with pkgs;
  };
  iksemel = callPackage ../development/libraries/iksemel {
    texinfo = texinfo6_7; # Uses @setcontentsaftertitlepage, removed in 6.8.
    texinfo = buildPackages.texinfo6_7; # Uses @setcontentsaftertitlepage, removed in 6.8.
  };
  avalonia-ilspy = callPackage ../applications/misc/avalonia-ilspy { };