news: limit mpdris2 and xcape news to Linux
These modules are limited to Linux since they define systemd services.
This commit is contained in:
parent
12cb82af91
commit
3db46fa9bf
|
@ -994,6 +994,7 @@ in
|
||||||
|
|
||||||
{
|
{
|
||||||
time = "2019-02-24T00:32:23+00:00";
|
time = "2019-02-24T00:32:23+00:00";
|
||||||
|
condition = hostPlatform.isLinux;
|
||||||
message = ''
|
message = ''
|
||||||
A new service is available: 'services.mpdris2'.
|
A new service is available: 'services.mpdris2'.
|
||||||
'';
|
'';
|
||||||
|
@ -1015,6 +1016,7 @@ in
|
||||||
|
|
||||||
{
|
{
|
||||||
time = "2019-04-09T20:10:22+00:00";
|
time = "2019-04-09T20:10:22+00:00";
|
||||||
|
condition = hostPlatform.isLinux;
|
||||||
message = ''
|
message = ''
|
||||||
A new module is available: 'services.xcape'.
|
A new module is available: 'services.xcape'.
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue