chore(nix): fix build
This commit is contained in:
parent
932145ccf7
commit
d0fb6ffd72
@ -8,7 +8,7 @@ in pkgs.haskell.lib.buildStackProject {
|
|||||||
inherit (haskellPackages) stack;
|
inherit (haskellPackages) stack;
|
||||||
name = "stackenv";
|
name = "stackenv";
|
||||||
buildInputs = (with pkgs;
|
buildInputs = (with pkgs;
|
||||||
[ postgresql zlib libsodium
|
[ postgresql zlib libsodium gmp
|
||||||
]) ++ (with haskellPackages;
|
]) ++ (with haskellPackages;
|
||||||
[ yesod-bin
|
[ yesod-bin
|
||||||
]);
|
]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user