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:
parent
4817758655
commit
3b7ed50771
1 changed files with 3 additions and 2 deletions
|
@ -6256,8 +6256,9 @@ (define-public ruby-nokogiri
|
|||
#~(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))
|
||||
|
|
Loading…
Reference in a new issue