mle: fix build

Tests failing on Hydra
This commit is contained in:
Renaud 2019-11-16 17:23:06 +01:00 committed by GitHub
parent 7a1b4d1964
commit 47c88f9ad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
postPatch = ''
substituteInPlace Makefile --replace "-llua5.3" "-llua";
substituteInPlace mle.h --replace "<lua5.3/" "<";
patchShebangs tests/*
'';
buildInputs = [ termbox pcre uthash lua5_3 ];