idris2Packages.pack: add make runtime dependency

This commit is contained in:
Mathew Polzin
2025-12-24 10:56:55 -06:00
parent 2e9dfb1243
commit 8f88d57525
@@ -5,6 +5,7 @@
clang,
chez,
gmp,
gnumake,
zsh,
makeBinaryWrapper,
stdenv,
@@ -189,6 +190,7 @@ let
gmp
clang
chez
gnumake
]
++ lib.optionals stdenv.hostPlatform.isDarwin [ zsh ];
@@ -200,6 +202,7 @@ let
[
clang
chez
gnumake
]
++ lib.optionals stdenv.hostPlatform.isDarwin [ zsh ]
)