guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ricardo Wurmus
Subject: 03/03: gnu: ruby-nokogumbo: Move "build-gemspec" phase after "unpack".
Date: Tue, 4 Oct 2016 06:55:59 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 5c31e981bbed2c1e4528274363723a230b9f21f9
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 4 07:57:27 2016 +0200

    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(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 2b5938b..a80b8f7 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]