summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorSilvan Mosberger <infinisil@icloud.com>2017-07-25 09:01:08 +0200
committerSilvan Mosberger <infinisil@icloud.com>2017-08-13 17:23:43 +0200
commite16a0988bc18be3997f5c475f373a8ac127d3fa0 (patch)
tree5d3acb65e70d4a5e36d04901f4296bd78ba29add /nixos/release.nix
parent5bc183ebf868b32b599692a3b651a39d8a97dee3 (diff)
downloadnixpkgs-e16a0988bc18be3997f5c475f373a8ac127d3fa0.tar
nixpkgs-e16a0988bc18be3997f5c475f373a8ac127d3fa0.tar.gz
nixpkgs-e16a0988bc18be3997f5c475f373a8ac127d3fa0.tar.bz2
nixpkgs-e16a0988bc18be3997f5c475f373a8ac127d3fa0.tar.lz
nixpkgs-e16a0988bc18be3997f5c475f373a8ac127d3fa0.tar.xz
nixpkgs-e16a0988bc18be3997f5c475f373a8ac127d3fa0.tar.zst
nixpkgs-e16a0988bc18be3997f5c475f373a8ac127d3fa0.zip
radicale: 1.1.4 -> 2.1.2
This commit readds and updates the 1.x package from 1.1.4 to 1.1.6 which
also includes the needed command for migrating to 2.x

The module is adjusted to the version change, defaulting to radicale2 if
stateVersion >= 17.09 and radicale1 otherwise. It also now uses
ExecStart instead of the script service attribute. Some missing dots at
the end of sentences were also added.

I added a paragraph in the release notes on how to update to a newer
version.
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 9604da5a4d7..7ee0c6064d0 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -297,6 +297,7 @@ in rec {
   tests.pumpio = callTest tests/pump.io.nix {};
   # tests.quagga = callTest tests/quagga.nix {};
   tests.quake3 = callTest tests/quake3.nix {};
+  tests.radicale = callTest tests/radicale.nix {};
   tests.runInMachine = callTest tests/run-in-machine.nix {};
   tests.samba = callTest tests/samba.nix {};
   tests.sddm = callSubTests tests/sddm.nix {};