From 90a8d6809b0f9053e1b12d8e96dc27cc4ad49d53 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Mon, 20 Jun 2022 16:46:12 -0600 Subject: [PATCH] sphinx: remove whitespace from phase - This whitespace causes a derivation diff after formatting the file and therefore affects reproducibility --- pkgs/development/python-modules/sphinx/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/sphinx/default.nix b/pkgs/development/python-modules/sphinx/default.nix index 753b3b6c377..40f17f10cfc 100644 --- a/pkgs/development/python-modules/sphinx/default.nix +++ b/pkgs/development/python-modules/sphinx/default.nix @@ -52,7 +52,7 @@ buildPythonPackage rec { substituteInPlace setup.py \ --replace "docutils>=0.14,<0.18" "docutils>=0.14" - # remove impurity caused by date inclusion + # remove impurity caused by date inclusion # https://github.com/sphinx-doc/sphinx/blob/master/setup.cfg#L4-L6 substituteInPlace setup.cfg \ --replace "tag_build = .dev" "" \