diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-03-30 17:19:27 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-14 15:11:47 -0400 |
commit | ea3832f4b1db8bc4cd99333cd27344e6189ee96b (patch) | |
tree | d443722ff393409e7968204185c99a993ece3409 | |
parent | 5c3727ff078aa345abfdd7c755a4255c2c8454bc (diff) | |
download | guix-ea3832f4b1db8bc4cd99333cd27344e6189ee96b.tar.gz |
ruby: ruby-nokogiri: Update issue URL in comment.
* gnu/packages/ruby.scm (ruby-nokogiri) [arguments]: Update issue URL in delete-mkmf.log phase.
-rw-r--r-- | gnu/packages/ruby.scm | 5 |
1 files 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)) |