mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -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")
|
"/test-model/pcal")
|
||||||
"\\.cfg$"))))
|
"\\.cfg$"))))
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
(let* ((share (string-append %output "/share/java"))
|
(let* ((share (string-append (assoc-ref outputs "out") "/share/java"))
|
||||||
(jar-name "tla2tools.jar"); set in project.properties
|
(jar-name "tla2tools.jar"); set in project.properties
|
||||||
(jar (string-append ,tlatools
|
(jar (string-append ,tlatools
|
||||||
"/dist/" jar-name))
|
"/dist/" jar-name))
|
||||||
|
|
Loading…
Reference in a new issue