gnu: ruby-nokogumbo: Move "build-gemspec" phase after "unpack".
* gnu/packages/ruby.scm (ruby-nokogumbo)[arguments]: Move "build-gemspec" phase after "unpack".
This commit is contained in:
parent
92a312dc86
commit
5c31e981bb
|
@ -2608,7 +2608,7 @@ multibyte strings, internationalization, time zones, and testing.")
|
||||||
(ice-9 rdelim))
|
(ice-9 rdelim))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'build 'build-gemspec
|
(add-after 'unpack 'build-gemspec
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Rakefile"
|
(substitute* "Rakefile"
|
||||||
;; Build Makefile even without a copy of gumbo-parser sources
|
;; Build Makefile even without a copy of gumbo-parser sources
|
||||||
|
|
Loading…
Reference in New Issue