3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

* gnu/packages/java.scm (icedtea6)[arguments]: Rename ‘set-paths’ phase to
  ‘set-additional-paths’.
This commit is contained in:
Ricardo Wurmus 2015-03-23 10:14:24 +01:00
parent 4d80586aa5
commit 3893c80a88

View file

@ -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"))