sile: fixup build by using older make

This commit is contained in:
Vladimír Čunát 2022-12-17 09:11:33 +01:00
parent 9e9b992a5b
commit 99fb246d72
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -1,4 +1,5 @@
{ lib, stdenv
, gnumake42
, darwin
, fetchurl
, makeWrapper
@ -59,6 +60,7 @@ stdenv.mkDerivation rec {
gitMinimal
pkg-config
makeWrapper
gnumake42
];
buildInputs = [
luaEnv