gnu: tla2tools: Remove remaining reference to %output.
This is a follow-up to commit 7e6ee16d498f48b7bb74fefe5d3d67c62b5baa9d. * gnu/packages/java.scm (tla2tools)[arguments]: Remove remaining reference to %output.
This commit is contained in:
parent
8ae33d6844
commit
1d53c697b3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user