diff --git a/nix/PaymentServer.nix b/nix/PaymentServer.nix index ec9fe4474bab6c9190d1d61dcf1d1a1d0a90b718..d8a18e8a3ac084d39dcb71ed1c2206c1be276871 100644 --- a/nix/PaymentServer.nix +++ b/nix/PaymentServer.nix @@ -69,6 +69,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: (hsPkgs."text" or (buildDepError "text")) (hsPkgs."containers" or (buildDepError "containers")) (hsPkgs."cryptonite" or (buildDepError "cryptonite")) + (hsPkgs."sqlite-simple" or (buildDepError "sqlite-simple")) ]; pkgconfig = [ (pkgconfPkgs."ristretto" or (pkgConfDepError "ristretto"))