Unverified Commit 519d141f authored by Mathew Polzin's avatar Mathew Polzin Committed by GitHub
Browse files

idris2Packages.pack: add make runtime dependency (#473887)

parents 3fedc075 8f88d575
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 ]
          )