mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05: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:
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
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'install 'delete-mkmf.log
|
(add-after 'install 'delete-mkmf.log
|
||||||
(lambda _
|
(lambda _
|
||||||
;; This build log captures non-deterministic file names (see:
|
;; Rubygems installs build log files that embed volatile file
|
||||||
;; https://github.com/sparklemotion/nokogiri/issues/2755).
|
;; names (see:
|
||||||
|
;; https://github.com/rubygems/rubygems/issues/6259).
|
||||||
(for-each delete-file (find-files #$output "^mkmf\\.log$")))))))
|
(for-each delete-file (find-files #$output "^mkmf\\.log$")))))))
|
||||||
(native-inputs (list ruby-hoe))
|
(native-inputs (list ruby-hoe))
|
||||||
(inputs (list zlib libxml2 libxslt))
|
(inputs (list zlib libxml2 libxslt))
|
||||||
|
|
Loading…
Reference in a new issue