mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
postgres-websockets: init at 0.11.2.2
The package itself is currently broken, but will be unbroken with the next merge of haskell-updates.
This commit is contained in:
parent
9a40000092
commit
b2b5f8be28
2 changed files with 4 additions and 0 deletions
|
@ -480,6 +480,9 @@ builtins.intersectAttrs super {
|
|||
hasql-pool = dontCheck super.hasql-pool;
|
||||
hasql-transaction = dontCheck super.hasql-transaction;
|
||||
|
||||
# Avoid compiling twice by providing executable as a separate output (with small closure size),
|
||||
postgres-websockets = enableSeparateBinOutput super.postgres-websockets;
|
||||
|
||||
# Test suite requires a running postgresql server,
|
||||
# avoid compiling twice by providing executable as a separate output (with small closure size),
|
||||
# generate shell completion
|
||||
|
|
|
@ -12484,6 +12484,7 @@ with pkgs;
|
|||
postgresql16JitPackages = recurseIntoAttrs postgresql_16_jit.pkgs;
|
||||
postgresql17JitPackages = recurseIntoAttrs postgresql_17_jit.pkgs;
|
||||
|
||||
postgres-websockets = haskellPackages.postgres-websockets.bin;
|
||||
postgrest = haskellPackages.postgrest.bin;
|
||||
|
||||
prom2json = callPackage ../servers/monitoring/prometheus/prom2json.nix { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue