gnu: icedtea6: Rename ‘set-paths’ phase to ‘set-additional-paths’
* gnu/packages/java.scm (icedtea6)[arguments]: Rename ‘set-paths’ phase to ‘set-additional-paths’.master
parent
4d80586aa5
commit
3893c80a88
|
@ -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")
|
(("RO=ROL;2005-06-30-21-00-00;RON") "RO=RON")
|
||||||
(("TR=TRL;2004-12-31-22-00-00;TRY") "TR=TRY"))))
|
(("TR=TRL;2004-12-31-22-00-00;TRY") "TR=TRY"))))
|
||||||
(alist-cons-before
|
(alist-cons-before
|
||||||
'configure 'set-paths
|
'configure 'set-additional-paths
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(let* ((gcjdir (assoc-ref %build-inputs "gcj"))
|
(let* ((gcjdir (assoc-ref %build-inputs "gcj"))
|
||||||
(gcjlib (string-append gcjdir "/lib"))
|
(gcjlib (string-append gcjdir "/lib"))
|
||||||
|
|
Reference in New Issue