gnu: java-javaparser: Upgrade os.name to ‘Guix’.
* gnu/packages/java.scm (java-javaparser)[arguments]: Drop ‘SD’.
This commit is contained in:
parent
9f0bdfd186
commit
27ee59d6a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue