mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: enjarify: Adjust native-inputs.
* gnu/packages/android (enjarify)[native-inputs]: Use openjdk instead of openjdk:jdk.
This commit is contained in:
parent
82b5457118
commit
3eb4adc2c4
1 changed files with 1 additions and 1 deletions
|
@ -984,7 +984,7 @@ (define-public enjarify
|
|||
(mkdir-p (string-append out "/bin/"))
|
||||
(copy-file "enjarify.sh" (string-append out "/bin/enjarify"))
|
||||
#t))))))
|
||||
(native-inputs `(("openjdk:jdk" ,openjdk12 "jdk")))
|
||||
(native-inputs `(("openjdk" ,openjdk12)))
|
||||
(synopsis "Translate Dalvik bytecode to equivalent Java bytecode")
|
||||
(description "Android applications are Java programs that run on a
|
||||
customized virtual machine, which is part of the Android operating system, the
|
||||
|
|
Loading…
Reference in a new issue