Commit d448991
committed
Revert single-output postgresql, use cache breaker v3
The single-output postgresql (685d555) broke the eval because
downstream packages (haskell.nix libpq) depend on postgresql.lib
and postgresql.dev outputs which don't exist with outputs=["out"].
Revert to the standard 5-output postgresql with all the existing
fixes (jitSupport=false, perlSupport=false, fno-lto, etc) and add
a cache breaker v3 to force new derivation hashes. This ensures
the queue runner won't hit stale FailedPaths entries from previous
postgresql-musl orphaned store path failures.1 parent 685d555 commit d448991
1 file changed
Lines changed: 6 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
179 | 172 | | |
180 | 173 | | |
181 | 174 | | |
| |||
0 commit comments