Unverified Commit 8c3bba4e authored by Nick Cao's avatar Nick Cao
Browse files

iksemel: fix cross compilation

parent 1a41826a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31217,7 +31217,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 { };