with import {}; stdenv.mkDerivation { name = "raku"; buildInputs = with pkgs; [ rakudo ]; }