Skip to content
Snippets Groups Projects
Verified Commit 4bea83af authored by Moritz Angermann's avatar Moritz Angermann
Browse files

[ci/nix-shell] Add Foundation and Security

parent 33c4d497
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# the real fix is to teach terminfo to use libcurses on macOS. # the real fix is to teach terminfo to use libcurses on macOS.
CONFIGURE_ARGS = "--with-intree-gmp --with-curses-libraries=${pkgs.ncurses.out}/lib"; CONFIGURE_ARGS = "--with-intree-gmp --with-curses-libraries=${pkgs.ncurses.out}/lib";
buildInputs = with pkgs; [ buildInputs = (with pkgs; [
haskell.compiler.${compiler} haskell.compiler.${compiler}
haskell.packages.${compiler}.cabal-install haskell.packages.${compiler}.cabal-install
haskell.packages.${compiler}.alex haskell.packages.${compiler}.alex
...@@ -47,6 +47,6 @@ ...@@ -47,6 +47,6 @@
xz xz
xlibs.lndir xlibs.lndir
cacert cacert ])
]; ++ (with pkgs.darwin.apple_sdk.frameworks; [ Foundation Security ]);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment