From f2cac2dc1e6633bb6e4d86c0ef72df5011729953 Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Thu, 4 Mar 2021 10:49:56 +0800 Subject: [ci/nix-shell] Add Foundation and Security (cherry picked from commit 4bea83afec009dfd3c6313cac4610d00ba1f9a3d) --- .gitlab/shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab/shell.nix b/.gitlab/shell.nix index f5c691ffaa..8b8353a769 100644 --- a/.gitlab/shell.nix +++ b/.gitlab/shell.nix @@ -11,7 +11,7 @@ # the real fix is to teach terminfo to use libcurses on macOS. CONFIGURE_ARGS = "--with-intree-gmp --with-curses-libraries=${pkgs.ncurses.out}/lib"; - buildInputs = with pkgs; [ + buildInputs = (with pkgs; [ haskell.compiler.${compiler} haskell.packages.${compiler}.cabal-install haskell.packages.${compiler}.alex @@ -47,6 +47,6 @@ xz xlibs.lndir - cacert - ]; + cacert ]) + ++ (with pkgs.darwin.apple_sdk.frameworks; [ Foundation Security ]); } -- cgit v1.2.1