From 3db46fa9bf08e22c0d1615a4ba2325b6af64dc76 Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Fri, 12 Apr 2019 00:51:54 +0200 Subject: [PATCH] news: limit mpdris2 and xcape news to Linux These modules are limited to Linux since they define systemd services. --- modules/misc/news.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/misc/news.nix b/modules/misc/news.nix index b2ce52960..f9b5eba71 100644 --- a/modules/misc/news.nix +++ b/modules/misc/news.nix @@ -994,6 +994,7 @@ in { time = "2019-02-24T00:32:23+00:00"; + condition = hostPlatform.isLinux; message = '' A new service is available: 'services.mpdris2'. ''; @@ -1015,6 +1016,7 @@ in { time = "2019-04-09T20:10:22+00:00"; + condition = hostPlatform.isLinux; message = '' A new module is available: 'services.xcape'. '';