mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: tla2tools: Remove reference to %output.
* gnu/packages/java.scm (tla2tools)[arguments]: Bind OUTPUTS in build phase 'install to remove reference to %output.
This commit is contained in:
parent
ad1dc0cad3
commit
7e6ee16d49
1 changed files with 2 additions and 2 deletions
|
@ -14224,8 +14224,8 @@ (define (input-jar input)
|
|||
"/test-model/pcal")
|
||||
"\\.cfg$"))))
|
||||
(replace 'install
|
||||
(lambda* (#:key inputs #:allow-other-keys)
|
||||
(let* ((share (string-append %output "/share/java"))
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(let* ((share (string-append (assoc-ref outputs "out") "/share/java"))
|
||||
(jar-name "tla2tools.jar"); set in project.properties
|
||||
(jar (string-append ,tlatools
|
||||
"/dist/" jar-name))
|
||||
|
|
Loading…
Reference in a new issue