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 { lib
, fetchFromGitHub , fetchFromGitHub
, python3Packages , python3Packages
, installShellFiles , nixosTests
}: }:
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "xandikos"; pname = "xandikos";
version = "0.2.5"; version = "0.2.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jelmer"; owner = "jelmer";
repo = "xandikos"; repo = "xandikos";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-/pr8ZqgYk24CdJNAETCDF4ZtufXkVEu1Zw25PcPEo7M="; sha256 = "sha256-Epy6NWtRY2Oj4MHTStdv8ZJ5SvSmUo6IlwL5PJV9pD0=";
}; };
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
@ -25,11 +25,7 @@ python3Packages.buildPythonApplication rec {
prometheus_client prometheus_client
]; ];
nativeBuildInputs = [ installShellFiles ]; passthru.tests.xandikos = nixosTests.xandikos;
postInstall = ''
installManPage xandikos.1
'';
meta = with lib; { meta = with lib; {
description = "Lightweight CalDAV/CardDAV server"; description = "Lightweight CalDAV/CardDAV server";