Skip to content

Commit

Permalink
xandikos: 0.12.1 -> 0.12.2 (#352604)
Browse files Browse the repository at this point in the history
* xandikos: 0.2.11 -> 0.2.12

* xandikos: move to pkgs/by-name
  • Loading branch information
0x4A6F authored Nov 6, 2024
1 parent 907abd3 commit 1f53d0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
fetchFromGitHub,
fetchpatch2,
lib,
nixosTests,
python3Packages,
}:

python3Packages.buildPythonApplication rec {
pname = "xandikos";
version = "0.2.11";
version = "0.2.12";
pyproject = true;

disabled = python3Packages.pythonOlder "3.9";
Expand All @@ -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
];
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1f53d0a

Please sign in to comment.