sphinx: remove whitespace from phase

- This whitespace causes a derivation diff after
  formatting the file and therefore affects
  reproducibility
main
Kevin Amado 2 years ago
parent ef2a9cba19
commit 90a8d6809b
No known key found for this signature in database
GPG Key ID: 320CB4F96FCC0D60
  1. 2
      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" "" \

Loading…
Cancel
Save