qt-6/modules/qtbase: add systemdSupport parameter#192057
Conversation
|
Should systemd also be removed from buildInputs when systemdSupport is disabled? |
Yes thank you; I didn't notice that because I have to due to there being a few packages (like emacs) that still don't respect |
|
Notice that udev is also systemd under the hood, better check if that matters. |
Ah yes, I keep forgetting about that. Such a footgun. Why can't we just call |
Fortunately it does not matter in this case. |
|
Ping |
|
Resolved merge conflict. |
because udev was merged in to systemd in 2012 |
There are at least two non- We really ought to have a top-level We refer to:
|
|
Calling it udev is fine. Selecting different implementations conditionally is being implemented: #210276 |
Hooray! |
Description of changes
Defaults to
stdenv.isLinux. Tested by buildingladybirdwith.override { systemdSupport = false; }.Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/:ladybird)