Hi! Very cool work on rhino! It's a dependency I needed to work on kotlin's bootstrap :) hamcrest-core is used by junit, so it should be a native-input too. Icedtea is useless here, because it's already an implicit input of the ant-build-system. On February 16, 2022 6:02:38 PM GMT+01:00, Maxime Devos wrote: >Frank Pursel schreef op di 15-02-2022 om 17:58 [-0800]: >> +      (inputs (list java-junit java-hamcrest-core >> +                    `(,icedtea "jdk"))) > >'java-junit' is for testing and icedtea:jdk is for building Java source >code to Jaa bytecode, so these seem 'native-inputs' to me. The >distinction between 'inputs' and 'native-inputs' is cross-compiling. > >I'm not familiar enough with rhino and java-hamcrest-core to tell if >'java-hamcrest-core' would be an input or a native-input. > >Greetings, >Maxime.