summaryrefslogtreecommitdiffstats
path: root/pkgs/servers
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2021-03-22 18:08:20 +0100
committer0x4A6F <0x4A6F@users.noreply.github.com>2021-03-22 22:35:20 +0100
commit1be6dbf3e509c9aa30dabaf3d0717459a33ab056 (patch)
tree563b10ef63d05e837bfda6e91fac9f817dcc61d2 /pkgs/servers
parent5a059bdf624cb15f70e9c178d96402345cc9d995 (diff)
xandikos: 0.2.5 -> 0.2.6
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/xandikos/default.nix11
1 files changed, 2 insertions, 9 deletions
diff --git a/pkgs/servers/xandikos/default.nix b/pkgs/servers/xandikos/default.nix
index 60480b3ac2bd..d5af58e88e01 100644
--- a/pkgs/servers/xandikos/default.nix
+++ b/pkgs/servers/xandikos/default.nix
@@ -1,18 +1,17 @@
{ lib
, fetchFromGitHub
, python3Packages
-, installShellFiles
}:
python3Packages.buildPythonApplication rec {
pname = "xandikos";
- version = "0.2.5";
+ version = "0.2.6";
src = fetchFromGitHub {
owner = "jelmer";
repo = "xandikos";
rev = "v${version}";
- sha256 = "sha256-/pr8ZqgYk24CdJNAETCDF4ZtufXkVEu1Zw25PcPEo7M=";
+ sha256 = "sha256-Epy6NWtRY2Oj4MHTStdv8ZJ5SvSmUo6IlwL5PJV9pD0=";
};
propagatedBuildInputs = with python3Packages; [
@@ -25,12 +24,6 @@ python3Packages.buildPythonApplication rec {
prometheus_client
];
- nativeBuildInputs = [ installShellFiles ];
-
- postInstall = ''
- installManPage xandikos.1
- '';
-
meta = with lib; {
description = "Lightweight CalDAV/CardDAV server";
homepage = "https://github.com/jelmer/xandikos";