with import {}; stdenv.mkDerivation rec { name = "music-env"; buildInputs = [ openjdk11 jetbrains.idea-ultimate gradle ]; }