Loading pkgs/servers/xandikos/default.nix +9 −9 Original line number Diff line number Diff line { lib , fetchFromGitHub , fetchpatch2 , python3Packages , nixosTests { fetchFromGitHub, fetchpatch2, lib, nixosTests, python3Packages, }: python3Packages.buildPythonApplication rec { pname = "xandikos"; version = "0.2.11"; format = "pyproject"; pyproject = true; disabled = python3Packages.pythonOlder "3.9"; Loading @@ -28,12 +29,11 @@ python3Packages.buildPythonApplication rec { }) ]; nativeBuildInputs = with python3Packages; [ build-system = with python3Packages; [ setuptools wheel ]; propagatedBuildInputs = with python3Packages; [ dependencies = with python3Packages; [ aiohttp aiohttp-openmetrics dulwich Loading Loading
pkgs/servers/xandikos/default.nix +9 −9 Original line number Diff line number Diff line { lib , fetchFromGitHub , fetchpatch2 , python3Packages , nixosTests { fetchFromGitHub, fetchpatch2, lib, nixosTests, python3Packages, }: python3Packages.buildPythonApplication rec { pname = "xandikos"; version = "0.2.11"; format = "pyproject"; pyproject = true; disabled = python3Packages.pythonOlder "3.9"; Loading @@ -28,12 +29,11 @@ python3Packages.buildPythonApplication rec { }) ]; nativeBuildInputs = with python3Packages; [ build-system = with python3Packages; [ setuptools wheel ]; propagatedBuildInputs = with python3Packages; [ dependencies = with python3Packages; [ aiohttp aiohttp-openmetrics dulwich Loading