wordgrinder: fix build

gstqt5
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
1 changed files with 1 additions and 0 deletions

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 ''