Merge pull request #51205 from matthewbauer/more-setup-hooks

Add premake & imake setup hook
This commit is contained in:
Matthew Bauer
2018-11-29 19:36:25 -06:00
committed by GitHub
35 changed files with 226 additions and 218 deletions
@@ -12,7 +12,9 @@ stdenv.mkDerivation rec {
sha256 = "1pqywkidfpdbj18i03h97f4cimld4fb3mqfy8jjsxs12kihm18fs";
};
buildInputs = [ tcl tk libX11 which yacc flex imake xproto gccmakedep ];
nativeBuildInputs = [ which yacc flex imake gccmakedep ];
buildInputs = [ tcl tk libX11 xproto ];
dontUseImakeConfigure = true;
patchPhase = ''
sed -i config.h \