aboutsummaryrefslogtreecommitdiff
path: root/pkgs/top-level/lua-packages.nix
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2019-02-17 21:18:49 +0900
committerJörg Thalheim <joerg@thalheim.io>2019-03-07 10:34:01 +0000
commited7818219a70bc897463c1ece9d7abfa723c87f0 (patch)
treef9b82d799b2c96575aa247c0d640d7a0e271f011 /pkgs/top-level/lua-packages.nix
parentb93ccb71366c98d14f6c720cdfca6d5c8150118b (diff)
lua: run postConfigure hook for rock and rockspec
it was previously run only for src.rock
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 97cfba389b98..ba5e026c5423 100644
--- a/pkgs/top-level/lua-packages.nix
+++ b/pkgs/top-level/lua-packages.nix
@@ -60,7 +60,7 @@ let
buildLuarocksPackage = with pkgs.lib; makeOverridable( callPackage ../development/interpreters/lua-5/build-lua-package.nix {
inherit toLuaModule;
- inherit lua writeText;
+ inherit lua;
});
in
with self; {