apteryx pushed a commit to branch master
in repository guix.
commit ea3832f4b1db8bc4cd99333cd27344e6189ee96b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Mar 30 17:19:27 2023 -0400
ruby: ruby-nokogiri: Update issue URL in comment.
* gnu/packages/ruby.scm (ruby-nokogiri) [arguments]: Update issue URL in
delete-mkmf.log phase.
---
gnu/packages/ruby.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 1bf2db17cc..3d904918b3 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6243,8 +6243,9 @@ to reproduce user environments.")
#~(modify-phases %standard-phases
(add-after 'install 'delete-mkmf.log
(lambda _
- ;; This build log captures non-deterministic file names (see:
- ;; https://github.com/sparklemotion/nokogiri/issues/2755).
+ ;; Rubygems installs build log files that embed volatile file
+ ;; names (see:
+ ;; https://github.com/rubygems/rubygems/issues/6259).
(for-each delete-file (find-files #$output "^mkmf\\.log$")))))))
(native-inputs (list ruby-hoe))
(inputs (list zlib libxml2 libxslt))