chore(nix): fix build

This commit is contained in:
Gregor Kleen 2019-07-26 09:58:48 +02:00
parent 932145ccf7
commit d0fb6ffd72

View File

@ -8,7 +8,7 @@ in pkgs.haskell.lib.buildStackProject {
inherit (haskellPackages) stack;
name = "stackenv";
buildInputs = (with pkgs;
[ postgresql zlib libsodium
[ postgresql zlib libsodium gmp
]) ++ (with haskellPackages;
[ yesod-bin
]);