forked from mirrors/nixpkgs
fwts: fixup build by using older make
This commit is contained in:
parent
3d31187944
commit
a68595ff05
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchzip, autoreconfHook, pkg-config, glib, pcre
|
||||
{ lib, stdenv, fetchzip, autoreconfHook, pkg-config, gnumake42, glib, pcre
|
||||
, json_c, flex, bison, dtc, pciutils, dmidecode, acpica-tools, libbsd }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
|||
stripRoot = false;
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config ];
|
||||
# fails with make 4.4
|
||||
nativeBuildInputs = [ autoreconfHook pkg-config gnumake42 ];
|
||||
buildInputs = [ glib pcre json_c flex bison dtc pciutils dmidecode acpica-tools libbsd ];
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue