From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 19 15:26:49 2021 Received: (at submit) by debbugs.gnu.org; 19 Mar 2021 19:26:49 +0000 Received: from localhost ([127.0.0.1]:51019 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lNKlk-0002Tp-Ic for submit@debbugs.gnu.org; Fri, 19 Mar 2021 15:26:49 -0400 Received: from lists.gnu.org ([209.51.188.17]:54960) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lNKhe-0002NI-Em for submit@debbugs.gnu.org; Fri, 19 Mar 2021 15:22:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35734) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lNKhd-0000hs-8v for guix-patches@gnu.org; Fri, 19 Mar 2021 15:22:34 -0400 Received: from mout-p-102.mailbox.org ([80.241.56.152]:26986) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1lNKha-0007wl-8C for guix-patches@gnu.org; Fri, 19 Mar 2021 15:22:32 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4F2DLC2cbfzQjnP; Fri, 19 Mar 2021 20:22:27 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dhruvin.dev; s=MBO0001; t=1616181745; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=P56YogvuZOTgW7W+EP2W+CxVUNA+uwF2rqdtEQsZlkA=; b=FE9pGzgeNvh5hQhxI+MlSos70dTbTuA6bFgVIEXSXqV2ZWN9xvoKTU0Jth9QjL8WhVsrDW tLGjBhIcGa2H8FNJX/RajOmmewIMThj5ozYE9tBJ00qqqdJD2BqENY3BFJuU/Hdyb4CSY1 vqh+TH05hGb1UEaBJK3yZG4wat0ggl9mbG/cVABJMDppDsutdFBJVbR6JXg2VgBY5RRP7B zQ8tGk0H5afMg+i25MWKm1+zrrRondvCbIPJPP9ZoCDqsfvqBdTe5nq8gr0zL9OPUvWQ+K ugtHdJH704E8d3DSzXa8f2Tn3pr1RC3tSCuw22URanzw8AdGLesKbKNXHCLKaw== Received: from smtp1.mailbox.org ([80.241.60.240]) by spamfilter06.heinlein-hosting.de (spamfilter06.heinlein-hosting.de [80.241.56.125]) (amavisd-new, port 10030) with ESMTP id dh7JK6BTSS6I; Fri, 19 Mar 2021 20:22:24 +0100 (CET) From: Dhruvin Gandhi To: guix-patches@gnu.org Subject: [PATCH 0/1] Add node-global-gradle-clean Date: Sat, 20 Mar 2021 00:51:43 +0530 Message-Id: <20210319192144.17799-1-contact@dhruvin.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MBO-SPAM-Probability: X-Rspamd-Score: -4.80 / 15.00 / 15.00 X-Rspamd-Queue-Id: 621748A6 X-Rspamd-UID: 5e2321 Received-SPF: pass client-ip=80.241.56.152; envelope-from=contact@dhruvin.dev; helo=mout-p-102.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 19 Mar 2021 15:26:46 -0400 Cc: Dhruvin Gandhi X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) I've recently started using Guix System and it has been my daily driver for a month now. Surprisingly, guix already has every package I need. I decided to ask my friends about packages they'll need before they can start using Guix. I will try to submit patches of those packages in coming months. I am new to guix, and am new to contributing code via patches. Let me know if you have any corrections/suggestions. Dhruvin Gandhi (1): Add node-global-gradle-clean gnu/packages/node-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) -- 2.31.0