!UNVBThoJtlIiVwiDjU:nixos.org

Staging

349 Members
Staging merges | Running staging cycles: https://github.com/NixOS/nixpkgs/pulls?q=is%3Apr+is%3Aopen+head%3Astaging-next+head%3Astaging-next-25.11 | Review Reports: https://malob.github.io/nix-review-tools-reports/115 Servers

Load older messages


SenderMessageTime
19 Feb 2026
@emilazy:matrix.orgemily qtbase is failing because libX11 is getting propagated in and turning on the XCB feature which results in it trying to compile the GNOME theme and stuff 11:54:35
@emilazy:matrix.orgemilyactually no, that feature is not listed as on in the config output11:54:55
@emilazy:matrix.orgemily
qt_internal_extend_target(Gui CONDITION UNIX AND (((QT_FEATURE_xcb OR NOT MACOS) AND (QT_FEATURE_xcb OR NOT UIKIT)) OR QT_FEATURE_wayland)

so why is this check passing. cc K900?

11:55:08
@emilazy:matrix.orgemilyoh11:55:40
@emilazy:matrix.orgemilyit's getting Wayland?!11:55:43
@emilazy:matrix.orgemilyit's listed as off in the config though… but it's definitely finding something11:55:58
@emilazy:matrix.orgemily cmake/QtProcessConfigureArgs.cmake sets set(QT_FIND_ALL_PACKAGES_ALWAYS ON) which disables the platform guards on looking for X11 and Wayland libs 11:58:27
@emilazy:matrix.orgemilybut I don't know if we end up using that file either :)11:58:59
@emilazy:matrix.orgemilyanyway11:59:38
@emilazy:matrix.orgemilyI believe https://github.com/NixOS/nixpkgs/pull/477359 was the culprit11:59:45
@emilazy:matrix.orgemily because withWayland ? lib.meta.availableOn stdenv.hostPlatform wayland, is now triggering 12:00:07
@emilazy:matrix.orgemily we could presumably add an additional guard there but I am inclined to revert that PR for now because I'm not convinced we should be carrying a somewhat invasive downstream patch to libwayland anyway 12:01:52
@emilazy:matrix.orgemilywell. I suppose we can't revert because that would cause Linux rebuilds12:04:02
@emilazy:matrix.orgemily I take it a wayland rebuild is out of the question at this point? 12:04:12
@vcunat:matrix.orgVladimír Čunát So we override withWayland to false on darwin? 12:05:01
@vcunat:matrix.orgVladimír Čunát(Does wayland even make sense on darwin?)12:05:24
@emilazy:matrix.orgemily it's probably not a good thing if ~everything doing withWayland ? lib.meta.availableOn stdenv.hostPlatform wayland needs special-casing for Darwin because nothing expects Wayland on Darwin 12:05:35
@vcunat:matrix.orgVladimír Čunát * So we override withWayland to false on darwin, at least for now? 12:05:38
@emilazy:matrix.orgemily

shrug

This package is vital for macOS wayland compostors.
I am currently working on a wayland compositor for macOS, and this would help me reduce reliance on downstream custom derivations of libwayland.

X11 on macOS is a thing, Wayland on macOS could be too. in practice it is not

12:06:04
@vcunat:matrix.orgVladimír Čunát In that case we'd... remove darwin from wayland.meta.platforms probably 12:06:08
@emilazy:matrix.orgemilyso I'm not inclined to put much work into it to keep Darwin working.12:06:11
@emilazy:matrix.orgemilyright, this PR was specifically meant to make it build on Darwin again.12:06:22
@vcunat:matrix.orgVladimír ČunátThat's one thing.12:06:41
@emilazy:matrix.orgemilyhttps://github.com/NixOS/nixpkgs/pull/49207812:10:33
@emilazy:matrix.orgemily haven't tested the qtbase build, but I'm pretty sure this is the root cause 12:10:42
@emilazy:matrix.orgemily looking at scikit-build-core 12:11:22
@emilazy:matrix.orgemily the issue with scikit-build-core isn't the presence or lack of lipo; it can handle that 12:12:18
@emilazy:matrix.orgemilyit's https://pytest-subprocess.readthedocs.io/en/1.4.0/usage.html#unregistered-commands, "By default, when the fake_process fixture is being used, any attempt to run subprocess that has not been registered will raise the ProcessNotRegisteredError exception."12:12:41
@emilazy:matrix.orgemily hexa: any recent changes to pytest stuff? 12:12:48
@emilazy:matrix.orgemily uh whoops, I included my random testing of scikit-build-core in the Wayland commit :) 12:13:14

Show newer messages


Back to Room ListRoom Version: 6