Merge pull request #117252 from 0x4A6F/master-xandikos

xandikos: 0.2.5 -> 0.2.6
This commit is contained in:
Lassulus 2021-03-25 21:45:38 +01:00 committed by GitHub
commit dba181a2dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,18 +1,18 @@
{ lib
, fetchFromGitHub
, python3Packages
, installShellFiles
, nixosTests
}:
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,11 +25,7 @@ python3Packages.buildPythonApplication rec {
prometheus_client
];
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
installManPage xandikos.1
'';
passthru.tests.xandikos = nixosTests.xandikos;
meta = with lib; {
description = "Lightweight CalDAV/CardDAV server";