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 { ...@@ -84,6 +84,9 @@ rec {
hsBuildInputs = [ hsBuildInputs = [
ghc947 ghc947
cabal_install_3_10_1_0 cabal_install_3_10_1_0
pkgs.haskellPackages.alex
pkgs.haskellPackages.happy
pkgs.haskellPackages.pretty-show
]; ];
nonhsBuildInputs = with pkgs; [ nonhsBuildInputs = with pkgs; [
bzip2 bzip2
...@@ -114,6 +117,7 @@ rec { ...@@ -114,6 +117,7 @@ rec {
libpqxx libpqxx
libsodium libsodium
zeromq zeromq
curl
] ++ ( lib.optionals stdenv.isDarwin [ ] ++ ( lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Accelerate 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