(address . bug-guix@gnu.org)
When running `guix shell --pure ant openjdk openjdk:jdk -- ant`, there
are errors for missing commands as well as ant believing that java is
not installed. Adding `coreutils` fixes the missing commands, and
adding `which` makes it recognize the java installation.