mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
dtools: fixup build by using older make
This commit is contained in:
parent
ac36665726
commit
3d31187944
@ -1,4 +1,4 @@
|
||||
{stdenv, lib, fetchFromGitHub, fetchpatch, ldc, curl}:
|
||||
{ stdenv, lib, fetchFromGitHub, fetchpatch, ldc, curl, gnumake42 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dtools";
|
||||
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ ldc ];
|
||||
nativeBuildInputs = [ ldc gnumake42 ]; # fails with make 4.4
|
||||
buildInputs = [ curl ];
|
||||
|
||||
makeCmd = ''
|
||||
|
Loading…
Reference in New Issue
Block a user