toluapp: move to pkgs/by-name

This commit is contained in:
IogaMaster
2026-06-06 17:20:50 -06:00
parent e796c129a6
commit 3eb546b18d
4 changed files with 2 additions and 6 deletions
@@ -3,7 +3,7 @@
stdenv,
fetchFromGitHub,
cmake,
lua,
lua5_1,
}:
stdenv.mkDerivation rec {
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ cmake ];
buildInputs = [ lua ];
buildInputs = [ lua5_1 ];
patches = [
./environ-and-linux-is-kinda-posix.patch
-4
View File
@@ -4763,10 +4763,6 @@ with pkgs;
luarocks = luaPackages.luarocks;
luarocks-nix = luaPackages.luarocks-nix;
toluapp = callPackage ../development/tools/toluapp {
lua = lua5_1; # doesn't work with any other :(
};
### END OF LUA
### CuboCore