| 20 Sep 2025 |
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 |
Grimmauld (any/all) | i guess i'll have to add a libxml2Minimal or something | 10:14:05 |
K900 | Yay more bootstrap fun | 10:14:44 |
Alyssa Ross | In reply to @grimmauld:grapevine.grimmauld.de worse is the fact it wants doxygen even to just enable --with-python sounds fixable? | 10:16:51 |
Grimmauld (any/all) | i'd have to disable the python module build by default, and force it enabled in python-packages.nix | 10:17:29 |
Grimmauld (any/all) | which is doable, but ugh | 10:17:37 |
Vladimír Čunát | Main derivation. I'm not talking about outputs. | 10:17:42 |