Commit 0ed2ac3e authored by Doron Behar's avatar Doron Behar
Browse files

sile: build with luajit by default

parent 7edacad9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -744,6 +744,10 @@ with pkgs;
    propagatedBuildInputs = [ dieHook ];
  } ../build-support/setup-hooks/shorten-perl-shebang.sh;
  sile = callPackage ../by-name/si/sile/package.nix {
    lua = luajit;
  };
  singularity-tools = callPackage ../build-support/singularity-tools { };
  srcOnly = callPackage ../build-support/src-only { };