1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-09 00:48:52 +02:00

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:
Ricardo Wurmus
2021-12-05 13:54:44 +01:00
parent 8ae33d6844
commit 1d53c697b3
+1 -1
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)