From e161990d40c97c649a5e7df9d3347c0ea3896bde Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 31 Aug 2023 10:52:59 +0000 Subject: mailman: remove docutils input In Nixpkgs, we currently have the strange situation where pkgs.docutils (which was being used here) is on a different version than pkgs.python3.pkgs.docutils (which is propagated from sphinx). This led to a conflict here and a build failure. Since we'd need to provide the same version as propagated by sphinx anyway, let's just remove the explicit docutils check input and only use the version propagated by sphinx, avoiding this kind of conflict in future. Fixes: 2312861130ec ("docutils: 0.19 -> 0.20.1") --- pkgs/servers/mail/mailman/package.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkgs/servers/mail/mailman/package.nix') diff --git a/pkgs/servers/mail/mailman/package.nix b/pkgs/servers/mail/mailman/package.nix index c92e7a2e39202..20c1771d089fc 100644 --- a/pkgs/servers/mail/mailman/package.nix +++ b/pkgs/servers/mail/mailman/package.nix @@ -2,7 +2,6 @@ , fetchpatch , python3 , fetchPypi -, docutils , sphinx , postfix , lynx @@ -41,7 +40,6 @@ buildPythonPackage rec { ]; checkInputs = [ - docutils sphinx ]; -- cgit 1.4.1