mle: fix build
Tests failing on Hydra
This commit is contained in:
parent
7a1b4d1964
commit
47c88f9ad1
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue