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:
Ricardo Wurmus 2016-10-04 07:57:27 +02:00
parent 92a312dc86
commit 5c31e981bb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -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