summary refs log tree commit diff
path: root/pkgs/top-level/lua-packages.nix
diff options
context:
space:
mode:
authorMatthieu Coudron <886074+teto@users.noreply.github.com>2023-07-09 17:45:02 +0200
committerMatthieu Coudron <886074+teto@users.noreply.github.com>2023-07-10 10:34:34 +0200
commit34b3a809efcd30bf1508cd246af4e9d0c6357259 (patch)
treec0b5f36fd8e86fe608cad9b344d725a3642e1da9 /pkgs/top-level/lua-packages.nix
parentb3bbad891779340334ba74810f85c03e4e6f2445 (diff)
downloadnixpkgs-34b3a809efcd30bf1508cd246af4e9d0c6357259.tar
nixpkgs-34b3a809efcd30bf1508cd246af4e9d0c6357259.tar.gz
nixpkgs-34b3a809efcd30bf1508cd246af4e9d0c6357259.tar.bz2
nixpkgs-34b3a809efcd30bf1508cd246af4e9d0c6357259.tar.lz
nixpkgs-34b3a809efcd30bf1508cd246af4e9d0c6357259.tar.xz
nixpkgs-34b3a809efcd30bf1508cd246af4e9d0c6357259.tar.zst
nixpkgs-34b3a809efcd30bf1508cd246af4e9d0c6357259.zip
buildLuarocksPackage: rename file to match its role
Diffstat (limited to 'pkgs/top-level/lua-packages.nix')
-rw-r--r--pkgs/top-level/lua-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/lua-packages.nix b/pkgs/top-level/lua-packages.nix
index ecb022e715d..f2780bb9e63 100644
--- a/pkgs/top-level/lua-packages.nix
+++ b/pkgs/top-level/lua-packages.nix
@@ -19,7 +19,7 @@ let
 
   buildLuaApplication = args: buildLuarocksPackage ({ namePrefix = ""; } // args);
 
-  buildLuarocksPackage = lib.makeOverridable (callPackage ../development/interpreters/lua-5/build-lua-package.nix { });
+  buildLuarocksPackage = lib.makeOverridable (callPackage ../development/interpreters/lua-5/build-luarocks-package.nix { });
 
   luaLib = callPackage ../development/lua-modules/lib.nix { };