sile: Note exta dependencies when built with older Luas

main
Caleb Maclennan 2 years ago
parent 05a3e5c21f
commit db872e62b3
No known key found for this signature in database
GPG Key ID: B538286DE04ECFE5
  1. 5
      pkgs/tools/typesetting/sile/default.nix

@ -18,7 +18,6 @@ let
luaEnv = lua.withPackages(ps: with ps; [
cassowary
cosmo
compat53
linenoise
lpeg
lua-zlib
@ -33,6 +32,10 @@ let
penlight
stdlib
vstruct
] ++ lib.optionals (lib.versionOlder lua.luaversion "5.2") [
bit32
] ++ lib.optionals (lib.versionOlder lua.luaversion "5.3") [
compat53
]);
in

Loading…
Cancel
Save