mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +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
|
{ 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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user