Skip to content

Commit

Permalink
systemd: enable gnutls meson option if remote is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed Dec 12, 2024
1 parent c1f7643 commit 6448622
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/os-specific/linux/systemd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ stdenv.mkDerivation (finalAttrs: {
(lib.mesonEnable "vmspawn" withVmspawn)
(lib.mesonEnable "libarchive" withLibarchive)
(lib.mesonEnable "xenctrl" false)
(lib.mesonEnable "gnutls" false)
(lib.mesonEnable "gnutls" withRemote)
(lib.mesonEnable "xkbcommon" false)
(lib.mesonEnable "man" true)

Expand Down Expand Up @@ -863,6 +863,7 @@ stdenv.mkDerivation (finalAttrs: {
withTimedated
withTpm2Tss
withUtmp
withRemote
util-linux
kmod
kbd
Expand Down

0 comments on commit 6448622

Please sign in to comment.