summaryrefslogtreecommitdiff
path: root/gnu/packages/java.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-04 20:57:36 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-04 22:48:34 +0200
commit27ee59d6a00243e7461f85823be118aed5d8bbd6 (patch)
tree175133009c4c9bd187eb822809512348efa2e7fe /gnu/packages/java.scm
parent9f0bdfd18668f177a899d489ac39d87f3963f88f (diff)
downloadguix-patches-27ee59d6a00243e7461f85823be118aed5d8bbd6.tar
guix-patches-27ee59d6a00243e7461f85823be118aed5d8bbd6.tar.gz
gnu: java-javaparser: Upgrade os.name to ‘Guix’.
* gnu/packages/java.scm (java-javaparser)[arguments]: Drop ‘SD’.
Diffstat (limited to 'gnu/packages/java.scm')
-rw-r--r--gnu/packages/java.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index d1cb3fbe11..cdfaae136d 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