sile: fix build

f3100dd4e0 changed the default interpreter
of Sile to Lua 5.4. Unfortunately, multiple Lua dependencies fail when
building with lua5_4, making Sile to fail to build.
main
Mario Rodas 2 years ago
parent 2fc228efaf
commit 1a658da843
  1. 2
      pkgs/top-level/all-packages.nix

@ -10281,7 +10281,7 @@ with pkgs;
silc_server = callPackage ../servers/silc-server { };
sile = callPackage ../tools/typesetting/sile {
lua = lua5_4;
lua = lua5_3;
};
silver-searcher = callPackage ../tools/text/silver-searcher { };

Loading…
Cancel
Save