{ stdenv, fetchFromGitHub, termbox, pcre, uthash, lua5_3 }: stdenv.mkDerivation rec { pname = "mle"; version = "1.4.1"; src = fetchFromGitHub { owner = "adsr"; repo = "mle"; rev = "v${version}"; sha256 = "15i5lzcp0zar2zh34ky9m6pvvi41zgdrl3hmylpgsqnnj4r87vqc"; }; # Fix location of Lua 5.3 header and library postPatch = '' substituteInPlace Makefile --replace "-llua5.3" "-llua"; substituteInPlace mle.h --replace "