From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gWGtE-0004Zw-64 for guix-patches@gnu.org; Mon, 10 Dec 2018 03:26:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gWGt8-0000xV-Mx for guix-patches@gnu.org; Mon, 10 Dec 2018 03:26:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:36438) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gWGt8-0000xJ-Dd for guix-patches@gnu.org; Mon, 10 Dec 2018 03:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gWGt8-0008Jt-5i for guix-patches@gnu.org; Mon, 10 Dec 2018 03:26:02 -0500 Subject: [bug#33431] [PATCH] gnu: Add yarn References: In-Reply-To: Resent-Message-ID: MIME-Version: 1.0 From: Andrea Frigido Date: Mon, 10 Dec 2018 08:24:55 +0000 Message-ID: Content-Type: text/plain; charset="UTF-8" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33431@debbugs.gnu.org Hi Jelle, thank for the review. The tarball comes from the official releases page of yarn: https://github.com/yarnpkg/yarn/releases I followed the same process of the nix package: https://github.com/NixOS/nixpkgs/blob/1a4498d1328e8dd74a8099f16972224c87d01358/pkgs/development/tools/yarn/default.nix#L23 I thought it was an acceptable way of packaging this software. Is there a policy in Guix about this that I need to follow? Thanks -- Andrea Frigido