1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

wordgrinder: fix build

This commit is contained in:
Olli Helenius 2020-09-13 16:57:05 +03:00
parent b3fd4226ba
commit 8cb1e75e3b
No known key found for this signature in database
GPG key ID: 65B7BEC581BD1DD1

View file

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
"PREFIX=$(out)"
"LUA_INCLUDE=${lua52Packages.lua}/include"
"LUA_LIB=${lua52Packages.lua}/lib/liblua.so"
"OBJDIR=$TMP/wg-build"
];
preBuild = stdenv.lib.optionalString stdenv.isLinux ''