guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: icedtea6: Rename ‘set-paths’ phase to ‘set-additional-paths


From: Ricardo Wurmus
Subject: 04/06: gnu: icedtea6: Rename ‘set-paths’ phase to ‘set-additional-paths’
Date: Mon, 23 Mar 2015 09:17:57 +0000

rekado pushed a commit to branch master
in repository guix.

commit 3893c80a8866f268e039d90658feb6e6dc68e0da
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 23 10:14:24 2015 +0100

    gnu: icedtea6: Rename ‘set-paths’ phase to ‘set-additional-paths’
    
    * gnu/packages/java.scm (icedtea6)[arguments]: Rename ‘set-paths’ phase to
      ‘set-additional-paths’.
---
 gnu/packages/java.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index e109ca6..0297270 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -286,7 +286,7 @@ build process and its dependencies, whereas Make uses 
Makefile format.")
                 (("RO=ROL;2005-06-30-21-00-00;RON") "RO=RON")
                 (("TR=TRL;2004-12-31-22-00-00;TRY") "TR=TRY"))))
           (alist-cons-before
-           'configure 'set-paths
+           'configure 'set-additional-paths
            (lambda* (#:key inputs #:allow-other-keys)
              (let* ((gcjdir  (assoc-ref %build-inputs "gcj"))
                     (gcjlib  (string-append gcjdir "/lib"))



reply via email to

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