fix lua53Packages.lua

This commit is contained in:
Will Dietz
2019-04-27 13:39:43 -05:00
parent 753e1e0bab
commit 4e09baaaa2
2 changed files with 7 additions and 3 deletions
@@ -5,6 +5,8 @@
, sourceVersion
, hash
, patches ? []
, postConfigure ? null
, postBuild ? null
}:
let
luaPackages = callPackage ../../lua-modules {lua=self; overrides=packageOverrides;};
@@ -52,6 +54,9 @@ self = stdenv.mkDerivation rec {
runHook postConfigure
'';
inherit postConfigure;
inherit postBuild;
postInstall = ''
mkdir -p "$out/share/doc/lua" "$out/lib/pkgconfig"