mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
redo-apenwarr: fixup build by using older make
This commit is contained in:
parent
ac54eb177a
commit
18273180d1
@ -1,5 +1,5 @@
|
||||
{ stdenv, lib, python3, fetchFromGitHub, which, coreutils
|
||||
, perl, installShellFiles
|
||||
, perl, installShellFiles, gnumake42
|
||||
, doCheck ? true
|
||||
}: stdenv.mkDerivation rec {
|
||||
|
||||
@ -53,6 +53,7 @@
|
||||
(with python3.pkgs; [ beautifulsoup4 markdown ])
|
||||
which
|
||||
installShellFiles
|
||||
gnumake42 # fails with make 4.4
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user