| 14 Jul 2025 |
emily | though we have a field for this these days right? | 14:07:22 |
emily | the env form | 14:07:24 |
emily | oh | 14:07:31 |
emily | Alyssa Ross: there is one more wrinkle that maybe John Ericson can help explain | 14:07:41 |
emily | [[ -z ${strictDeps-} ]] || (( "$hostOffset" < 0 )) || return 0
| 14:07:45 |
emily | the hook just does not run if strictDeps. I have no idea why. it seems like this condition is maybe just backwards? | 14:07:59 |
John Ericson | I thought the host offset would be -1 | 14:12:30 |
John Ericson | When used as native build input | 14:12:50 |
John Ericson | This logic should be the same as other wrappers, iirc | 14:13:01 |
John Ericson | Basically the setup hook should only run if you have a pkg config which is runnable at build time | 14:13:28 |
emily | ah | 14:15:42 |
emily | ok, I see | 14:15:43 |
emily | it is to handle the marginal case of buildInputs = [ pkg-config ]; | 14:15:52 |
emily | QuadRadical (Ping / Reply): I think that either it will just build out of the box on top of #196333, or you might need to add depsBuildBuild = [ pkg-config lvm2 ]; and nothing else | 14:16:42 |
emily | (once it's rebased) | 14:16:49 |
QuadRadical (Ping) | okay thanks | 14:27:23 |