1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-07 18:21:34 +02:00

ruby: ruby-nokogiri: Update issue URL in comment.

* gnu/packages/ruby.scm (ruby-nokogiri) [arguments]: Update issue URL in
delete-mkmf.log phase.
This commit is contained in:
Maxim Cournoyer
2023-03-30 17:19:27 -04:00
parent 5c3727ff07
commit ea3832f4b1
+3 -2
View File
@@ -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))