Merge pull request #124175 from Ma27/fix-diffoscope
This commit is contained in:
commit
3973a56440
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
# When generating manpage, use the installed version
|
||||
substituteInPlace doc/Makefile --replace "../bin" "$out/bin"
|
||||
|
||||
# https://salsa.debian.org/reproducible-builds/diffoscope/-/issues/258
|
||||
substituteInPlace tests/data/mp3_expected_diff \
|
||||
--replace " Stream" "Stream"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ docutils help2man installShellFiles ];
|
||||
|
|
Loading…
Reference in a new issue