summary refs log tree commit diff
path: root/pkgs/misc/cups
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-11-04 08:45:07 +0000
committerAlyssa Ross <hi@alyssa.is>2021-11-04 10:44:10 +0000
commiteef72d8f9c0f311234db01e0edd9a45e9fd34642 (patch)
tree23637d2b6e1f83077ee70d373d8bdb8f67089f96 /pkgs/misc/cups
parenta2e92ff6ad2c0040ccfbd712e2088fc4010c53eb (diff)
downloadnixpkgs-eef72d8f9c0f311234db01e0edd9a45e9fd34642.tar
nixpkgs-eef72d8f9c0f311234db01e0edd9a45e9fd34642.tar.gz
nixpkgs-eef72d8f9c0f311234db01e0edd9a45e9fd34642.tar.bz2
nixpkgs-eef72d8f9c0f311234db01e0edd9a45e9fd34642.tar.lz
nixpkgs-eef72d8f9c0f311234db01e0edd9a45e9fd34642.tar.xz
nixpkgs-eef72d8f9c0f311234db01e0edd9a45e9fd34642.tar.zst
nixpkgs-eef72d8f9c0f311234db01e0edd9a45e9fd34642.zip
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.
Diffstat (limited to 'pkgs/misc/cups')
-rw-r--r--pkgs/misc/cups/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/cups/default.nix b/pkgs/misc/cups/default.nix
index e1a4e733d6e..1d467f0a534 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