mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
gnu: classpath-devel: Remove trailing #T.
* gnu/packages/java.scm (classpath-devel)[arguments]: Remove trailing #T from 'remove-unsupported-annotations build phase.
This commit is contained in:
parent
380c52e901
commit
b1ee7a9a9d
1 changed files with 1 additions and 2 deletions
|
@ -716,8 +716,7 @@ (define-public classpath-devel
|
|||
(add-after 'unpack 'remove-unsupported-annotations
|
||||
(lambda _
|
||||
(substitute* (find-files "java" "\\.java$")
|
||||
(("@Override") ""))
|
||||
#t))
|
||||
(("@Override") ""))))
|
||||
(add-after 'install 'install-data
|
||||
(lambda _ (invoke "make" "install-data"))))))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue