me
/
guix
Archived
1
0
Fork 0

gnu: ruby-nokogumbo: Move "build-gemspec" phase after "unpack".

* gnu/packages/ruby.scm (ruby-nokogumbo)[arguments]: Move
"build-gemspec" phase after "unpack".
master
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))
#:phases
(modify-phases %standard-phases
(add-before 'build 'build-gemspec
(add-after 'unpack 'build-gemspec
(lambda _
(substitute* "Rakefile"
;; Build Makefile even without a copy of gumbo-parser sources