gnu: enjarify: Adjust native-inputs.

* gnu/packages/android (enjarify)[native-inputs]: Use openjdk instead of
  openjdk:jdk.
master
Vagrant Cascadian 2019-09-20 23:10:09 -07:00 committed by Vagrant Cascadian
parent 82b5457118
commit 3eb4adc2c4
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -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