Skip to content
Snippets Groups Projects
Verified Commit 653ccee0 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

default-jdk-headless is enough to have javap, instead of all of defaul-jdk

parent f9dba49b
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ class RequiredToolNotFound(Exception):
'FreeBSD': 'cdrtools',
},
'javap': {
'debian': 'default-jdk | java-sdk',
'debian': 'default-jdk-headless | java-sdk',
'arch': 'java-environment',
},
'llvm-bcanalyzer': {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment