mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
xandikos: 0.12.1 -> 0.12.2 (#352604)
* xandikos: 0.2.11 -> 0.2.12 * xandikos: move to pkgs/by-name
This commit is contained in:
parent
907abd31df
commit
1f53d0a9f2
@ -1,6 +1,5 @@
|
||||
{
|
||||
fetchFromGitHub,
|
||||
fetchpatch2,
|
||||
lib,
|
||||
nixosTests,
|
||||
python3Packages,
|
||||
@ -8,7 +7,7 @@
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "xandikos";
|
||||
version = "0.2.11";
|
||||
version = "0.2.12";
|
||||
pyproject = true;
|
||||
|
||||
disabled = python3Packages.pythonOlder "3.9";
|
||||
@ -17,18 +16,9 @@ python3Packages.buildPythonApplication rec {
|
||||
owner = "jelmer";
|
||||
repo = "xandikos";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-cBsceJ6tib8OYx5L2Hv2AqRS+ADRSLIuJGIULNpAmEI=";
|
||||
hash = "sha256-wdEwIVN9dkLVj8oe+2eh5n258pZRfKgLgzVCmwafCis=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch2 {
|
||||
name = "fix-compatibility-with-icalendar-v6.patch";
|
||||
url = "https://github.com/jelmer/xandikos/commit/ae8924c374ed86b2efde5bfbc75e56f6d8318086.patch";
|
||||
excludes = [ "requirements.txt" ];
|
||||
hash = "sha256-PCKo5C6Ejw9ZsFFLAMw1ZtMoCq9gJxR65K7CM6RUYwU=";
|
||||
})
|
||||
];
|
||||
|
||||
build-system = with python3Packages; [
|
||||
setuptools
|
||||
];
|
@ -23331,8 +23331,6 @@ with pkgs;
|
||||
|
||||
x265 = callPackage ../development/libraries/x265 { };
|
||||
|
||||
xandikos = callPackage ../servers/xandikos { };
|
||||
|
||||
inherit (callPackages ../development/libraries/xapian { })
|
||||
xapian_1_4;
|
||||
xapian = xapian_1_4;
|
||||
|
Loading…
Reference in New Issue
Block a user