Commit db362e70 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Provision curl, alex, happy and pretty-show via nix

parent 3fdc66e8
......@@ -84,6 +84,9 @@ rec {
hsBuildInputs = [
ghc947
cabal_install_3_10_1_0
pkgs.haskellPackages.alex
pkgs.haskellPackages.happy
pkgs.haskellPackages.pretty-show
];
nonhsBuildInputs = with pkgs; [
bzip2
......@@ -114,6 +117,7 @@ rec {
libpqxx
libsodium
zeromq
curl
] ++ ( lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Accelerate
]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment