~ruther/guix-local

3893c80a8866f268e039d90658feb6e6dc68e0da — Ricardo Wurmus 11 years ago 4d80586
gnu: icedtea6: Rename ‘set-paths’ phase to ‘set-additional-paths’

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

M gnu/packages/java.scm
M gnu/packages/java.scm => gnu/packages/java.scm +1 -1
@@ 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"))