mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
weidu: fixup build by using older make
This commit is contained in:
parent
99fb246d72
commit
b5cca06469
@ -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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user