| 20 Sep 2025 |
Grimmauld (any/all) | https://github.com/NixOS/nixpkgs/pull/444560
if you have cmake4 built up a bit more than i do, you wanna cherry-pick this one? | 08:15:25 |
Grimmauld (any/all) | builds on cmake 3.31, but i wanted to make sure | 08:15:36 |
Grimmauld (any/all) | Or is CMAKE_MINIMUM_REQUIRED(VERSION 3.10) "good enough" if it works with 3.31? | 08:16:00 |
K900 | 3.10 is good enough for 4 | 08:16:12 |
Grimmauld (any/all) | so if that builds on cmake3, it can just be merged? got it | 08:16:25 |
Grimmauld (any/all) | oh hey, ofborg is alive again! | 08:17:25 |
K900 | Went through the backlog a bit deeper | 09:45:28 |
K900 | And merged a few things that seemed safe | 09:45:35 |
K900 | If anyone has more, throw it at me please | 09:45:43 |
Grimmauld (any/all) | i have stuff to do today, but i can try to look into libxml 2.15, needs doing before 25.11 | 09:46:31 |
K900 | Yeah I don't think that's a this cycle kind of thing | 09:46:49 |
Grimmauld (any/all) | yeah no i don't think so either | 09:47:04 |
K900 | All I've been merging is patch level bumps | 09:47:06 |
Grimmauld (any/all) | but i'll try to do a PR and do some preliminary testing for libxml 2.15, i'd appreciate if you could throw big computer at it and build up to libreoffice once i do open that PR | 09:47:40 |
Grimmauld (any/all) | (LO has tests that cover most of libxml) | 09:48:01 |
Wolfgang Walther | We'd like to merge haskell-updates for this cycle. We just need to double check & merge the list of newly broken packages in https://github.com/NixOS/nixpkgs/pull/444422. When will staging-next be created? | 09:55:10 |
K900 | Probably tonight or tomorrow | 09:55:57 |
K900 | Depending on how the queue runner decides to behave | 09:56:09 |
Wolfgang Walther | ok, cool. | 09:57:06 |
Grimmauld (any/all) | fuck, libxml2 is now documented via xslt/doxygen | 10:03:11 |
Grimmauld (any/all) | thats a fun cyclic dep... | 10:03:16 |
Grimmauld (any/all) | what the hell man... | 10:03:21 |
Vladimír Čunát | libxml2 doesn't need docs in the main derivation. | 10:03:42 |
Grimmauld (any/all) | --without-doc i guess... | 10:03:40 |
Grimmauld (any/all) | sure, but it'd still be cyclic even if split into its own output | 10:04:26 |
Grimmauld (any/all) | i mean i guess i could do passthru.doc = stdenvNoCC.mkDerivation { ... }; | 10:05:04 |
Grimmauld (any/all) | and "fake" the output | 10:05:12 |
Grimmauld (any/all) | but tbh i'll just disable it for now | 10:05:26 |
Grimmauld (any/all) | worse is the fact it wants doxygen even to just enable --with-python | 10:08:40 |
Grimmauld (any/all) | so thats "fun" | 10:08:45 |