From 5c31e981bbed2c1e4528274363723a230b9f21f9 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 4 Oct 2016 07:57:27 +0200 Subject: gnu: ruby-nokogumbo: Move "build-gemspec" phase after "unpack". * gnu/packages/ruby.scm (ruby-nokogumbo)[arguments]: Move "build-gemspec" phase after "unpack". --- gnu/packages/ruby.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 2b5938b477..a80b8f7739 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -2608,7 +2608,7 @@ (define-public ruby-nokogumbo (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 -- cgit v1.2.3