aboutsummaryrefslogtreecommitdiff
path: root/modules/misc/news.nix
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2020-06-13 13:34:16 +0200
committerRobert Helgesson <robert@rycee.net>2020-06-14 15:30:51 +0200
commitb0e8a1569ed289ae1c644277b720882baba9304e (patch)
tree80bd5772d8bdd2228fd97a9a7e280c12445b97a3 /modules/misc/news.nix
parent1b210e7143547ce0f41e8082b8d27e9c7d220351 (diff)
fluidsynth: add module
Fluidsynth is a real-time MIDI synthesizer based on the SoundFont 2 format. PR #1326
Diffstat (limited to 'modules/misc/news.nix')
-rw-r--r--modules/misc/news.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/misc/news.nix b/modules/misc/news.nix
index b0cdb0bdc66..e56057982f7 100644
--- a/modules/misc/news.nix
+++ b/modules/misc/news.nix
@@ -1568,6 +1568,14 @@ in
A new module is available: 'programs.powerline-go'
'';
}
+
+ {
+ time = "2020-06-14T13:30:19+00:00";
+ condition = hostPlatform.isLinux;
+ message = ''
+ A new module is available: 'service.fluidsynth'
+ '';
+ }
];
};
}