From 75114216e2974392c0359b2ea57016fbd0f4f398 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 11 Oct 2025 08:51:00 +0100 Subject: [PATCH] systemd: drop reference to deleted `systemd-timesyncd` nixos test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without the change the eval fails as: $ nix build --no-link -f. defaultPkgConfigPackages.libsystemd.tests error: … while evaluating the attribute 'systemd-timesyncd' … in the condition of the assert statement at pkgs/os-specific/linux/systemd/default.nix:1023:11: 1022| name: value: 1023| assert lib.assertMsg (lib.isDerivation value) "${name} is not a derivation"; | ^ 1024| value … in the left operand of the OR (||) operator at /home/slyfox/dev/git/nixpkgs-master/lib/asserts.nix:50:31: 49| # TODO(Profpatsch): add tests that check stderr 50| assertMsg = pred: msg: pred || throw msg; | ^ 51| error: attribute 'systemd-timesyncd' missing at pkgs/os-specific/linux/systemd/default.nix:1010:13: 1009| systemd-sysusers-password-option-override-ordering 1010| systemd-timesyncd | ^ 1011| systemd-timesyncd-nscd-dnssec --- pkgs/os-specific/linux/systemd/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix index 7e35a8a06842..ca3d876d33fe 100644 --- a/pkgs/os-specific/linux/systemd/default.nix +++ b/pkgs/os-specific/linux/systemd/default.nix @@ -1007,7 +1007,6 @@ stdenv.mkDerivation (finalAttrs: { systemd-sysusers-mutable systemd-sysusers-immutable systemd-sysusers-password-option-override-ordering - systemd-timesyncd systemd-timesyncd-nscd-dnssec systemd-user-linger systemd-user-tmpfiles-rules