From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gSZxJ-0001jp-EZ for guix-patches@gnu.org; Thu, 29 Nov 2018 22:59:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gSZxG-0006Vi-9Z for guix-patches@gnu.org; Thu, 29 Nov 2018 22:59:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51133) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gSZxG-0006Va-2y for guix-patches@gnu.org; Thu, 29 Nov 2018 22:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gSZxF-0001G0-PL for guix-patches@gnu.org; Thu, 29 Nov 2018 22:59:01 -0500 Subject: [bug#33534] [PATCH] gnu: Add arcanist. Resent-Message-ID: From: Robin Templeton References: <87zhtuc7h6.fsf@igalia.com> <87tvk08dho.fsf@gnu.org> Date: Thu, 29 Nov 2018 21:42:49 -0500 In-Reply-To: <87tvk08dho.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 29 Nov 2018 10:00:35 +0100") Message-ID: <878t1b9tg6.fsf@igalia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 33534-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hello Robin, > > Robin Templeton skribis: > >> * gnu/packages/phabricator.scm: New file. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > > Applied with minor changes to the description (attached), mostly to give > some context to those who do not know what Phabricator is. Thanks! > BTW we traditionally write one patch for each new package, but I think > it=E2=80=99s okay here. > >> + (home-page "https://github.com/phacility/libphutil") >> + (synopsis "PHP utility library") >> + (description >> + "@code{libphutil} is a collection of utility classes and functio= ns for >> +PHP.") >> + ;; Bundled libraries are expat-licensed. >> + (license (list license:asl2.0 license:expat))))) > > Do you think those libraries could be unbundled? Would it make sense? Possibly, but they seem to be maintaining their own fork of at least jsonlint, so the upstream versions may not be 100% compatible.