redo-apenwarr: fixup build by using older make

This commit is contained in:
Vladimír Čunát 2022-12-17 08:44:20 +01:00
parent ac54eb177a
commit 18273180d1
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -1,5 +1,5 @@
{ stdenv, lib, python3, fetchFromGitHub, which, coreutils { stdenv, lib, python3, fetchFromGitHub, which, coreutils
, perl, installShellFiles , perl, installShellFiles, gnumake42
, doCheck ? true , doCheck ? true
}: stdenv.mkDerivation rec { }: stdenv.mkDerivation rec {
@ -53,6 +53,7 @@
(with python3.pkgs; [ beautifulsoup4 markdown ]) (with python3.pkgs; [ beautifulsoup4 markdown ])
which which
installShellFiles installShellFiles
gnumake42 # fails with make 4.4
]; ];
postInstall = '' postInstall = ''