toluapp: move to pkgs/by-name
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user