Commit fa5b7f2
committed
M9.R.15q.4.5.c: fix M9.R.15q.4.5 stub sentinel paths
Validated each stub against the realized nix store output and
corrected the sentinel file paths that didn't match upstream:
kdecoration2 - libKDecoration2.so -> libkdecorations3.so
(KDE Plasma 6 renamed)
kwayland - libKF6WaylandClient.so -> libKWaylandClient.so
kglobalacceld - no .cmake config; use libexec/kglobalacceld
hwdata - pci.ids -> pnp.ids (Findhwdata.cmake probes pnp.ids)
libqaccessibilityclient - no /lib/cmake/; use
libqaccessibilityclient-qt6.so
kpipewire - libKPipeWire.so -> libKPipeWireDmaBuf.so
Sentinel files are how the M9.R.14e nix resolver verifies a store
output landed correctly; wrong paths trigger 'nix realized outputs
without <declaredExecutablePath>'. Recipes compile cleanly.1 parent c42ce7c commit fa5b7f2
6 files changed
Lines changed: 6 additions & 6 deletions
File tree
- libs/repro_dsl_stdlib/src/repro_dsl_stdlib/packages
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
0 commit comments