weidu: fixup build by using older make

This commit is contained in:
Vladimír Čunát 2022-12-17 09:14:45 +01:00
parent 99fb246d72
commit b5cca06469
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -5,6 +5,7 @@
, ocaml-ng
, perl
, which
, gnumake42
}:
let
@ -38,7 +39,7 @@ stdenv.mkDerivation rec {
mkdir -p obj/{.depend,x86_LINUX}
'';
nativeBuildInputs = [ elkhound ocaml' perl which ];
nativeBuildInputs = [ elkhound ocaml' perl which gnumake42 ];
buildFlags = [ "weidu" "weinstall" "tolower" ];