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
|
@ -984,7 +984,7 @@ main repository.")
|
|||
(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 New Issue