On 2025-08-03, Efraim Flashner wrote: > So to summarize: > > * I create a branch efraim-staging (I'm in charge this round!) > * I grab a couple of patches from the issue tracker that will cause many > rebuilds (for example, datefudge, xdg-utils, libtheora, zstd, etc) > * I run it through the CI system > * if I'm happy with the results (similar number of working/broken > packages) I push it to master > * if not I either take one round to "fix it" or > * I drop the whole branch and either I or someone else takes a turn.
Any chance we could merge ncurses/tinfo into ncurses? ;; Needed by u-boot 2022.04+ ;; Consider merging into ncurses for next core-updates cycle. (define-public ncurses/tinfo (package/inherit ncurses (name "ncurses-with-tinfo") (arguments (substitute-keyword-arguments (package-arguments ncurses) ((#:configure-flags cf) #~(cons "--with-termlib=tinfo" #$cf)))))) I think there are ~6 packages that depend on it, but it would trigger a lot of rebuilds because of ncurses changing... live well, vagrant