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 branches found
No related tags found
No related merge requests found
......@@ -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 ]);
}
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