nckx pushed a commit to branch master
in repository guix.
commit 27ee59d6a00243e7461f85823be118aed5d8bbd6
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Tue May 4 20:57:36 2021 +0200
gnu: java-javaparser: Upgrade os.name to ‘Guix’.
* gnu/packages/java.scm (java-javaparser)[arguments]: Drop ‘SD’.
---
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 d1cb3fb..cdfaae1 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -13748,7 +13748,7 @@ can be interpreted by IDEs and static analysis tools to
improve code analysis.")
(("\\$\\{java.vendor.url\\}") "https://gnu.org/software/guix")
(("\\$\\{java.version\\}") "1.8")
(("\\$\\{os.arch\\}") "any")
- (("\\$\\{os.name\\}") "GuixSD")
+ (("\\$\\{os.name\\}") "Guix")
(("\\$\\{os.version\\}") "not available")))
#t))
(add-before 'build 'generate-javacc