guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/18: gnu: tla2tools: Remove remaining reference to %output.


From: guix-commits
Subject: 14/18: gnu: tla2tools: Remove remaining reference to %output.
Date: Sun, 5 Dec 2021 09:09:29 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 1d53c697b3296f40fdea6eb7e75792a5e6e6ddcd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 5 13:54:44 2021 +0100

    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.
---
 gnu/packages/java.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 740cec2..94975e5 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]