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:
Ricardo Wurmus 2021-12-05 13:54:44 +01:00
parent 8ae33d6844
commit 1d53c697b3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

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