gnu: tla2tools: Remove remaining reference to %output.
This is a follow-up to commit 7e6ee16d49
.
* gnu/packages/java.scm (tla2tools)[arguments]: Remove remaining reference to
%output.
This commit is contained in:
parent
8ae33d6844
commit
1d53c697b3
1 changed files with 1 additions and 1 deletions
|
@ -14230,7 +14230,7 @@ can be interpreted by IDEs and static analysis tools to improve code analysis.")
|
|||
(jar (string-append ,tlatools
|
||||
"/dist/" jar-name))
|
||||
(java-cp (string-append share "/" jar-name))
|
||||
(bin (string-append %output "/bin"))
|
||||
(bin (string-append (assoc-ref outputs "out") "/bin"))
|
||||
(java (search-input-file inputs "/bin/java")))
|
||||
(install-file jar share)
|
||||
(mkdir-p bin)
|
||||
|
|
Reference in a new issue