Skip to content

Commit

Permalink
postgresql: add doc/man outputChecks for all versions
Browse files Browse the repository at this point in the history
See a0919c7 for rationale.
  • Loading branch information
wolfgangwalther committed Jan 3, 2025
1 parent 07a7125 commit 38f70ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/servers/sql/postgresql/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,7 @@ let
llvmPackages.llvm.out
] ++ (map lib.getDev (builtins.filter (drv: drv ? "dev") finalAttrs.buildInputs));
};
}
// lib.optionalAttrs (atLeast "14" && olderThan "15") {
# TODO: Make this unconditional via staging because of number of rebuilds.

doc = {
disallowedReferences = [
"out"
Expand Down

0 comments on commit 38f70ac

Please sign in to comment.