cups: remove assert that breaks systemd = null deep override

This is another case of #73102
This commit is contained in:
Dmitry Kalinkin 2021-01-28 15:56:25 -05:00
parent 1fbb13bc85
commit c457d983c7
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

@ -9,7 +9,7 @@
, pam , pam
, dbus , dbus
, enableSystemd ? stdenv.isLinux && !stdenv.hostPlatform.isMusl , enableSystemd ? stdenv.isLinux && !stdenv.hostPlatform.isMusl
, systemd ? null , systemd
, acl , acl
, gmp , gmp
, darwin , darwin
@ -20,8 +20,6 @@
, coreutils , coreutils
}: }:
assert enableSystemd -> systemd != null;
### IMPORTANT: before updating cups, make sure the nixos/tests/printing.nix test ### IMPORTANT: before updating cups, make sure the nixos/tests/printing.nix test
### works at least for your platform. ### works at least for your platform.