mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
sphinx: remove whitespace from phase
- This whitespace causes a derivation diff after formatting the file and therefore affects reproducibility
This commit is contained in:
parent
ef2a9cba19
commit
90a8d6809b
@ -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…
Reference in New Issue
Block a user