From eef72d8f9c0f311234db01e0edd9a45e9fd34642 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 4 Nov 2021 08:45:07 +0000 Subject: [PATCH] pkgsMusl.cups: enable systemd support We previously weren't able to build systemd for Musl, but now we can! (But not statically.) So there's no longer any reason to have systemd support in CUPS disabled by default for pkgsMusl. --- pkgs/misc/cups/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/cups/default.nix b/pkgs/misc/cups/default.nix index e1a4e733d6e9..1d467f0a5347 100644 --- a/pkgs/misc/cups/default.nix +++ b/pkgs/misc/cups/default.nix @@ -8,7 +8,7 @@ , libtiff , pam , dbus -, enableSystemd ? stdenv.isLinux && !stdenv.hostPlatform.isMusl +, enableSystemd ? stdenv.isLinux , systemd , acl , gmp