From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add php-hello-world. Date: Sat, 31 Dec 2016 12:16:19 +0100 Message-ID: <8760m04ad8.fsf@gnu.org> References: <1481219132-27353-1-git-send-email-h.goebel@crazy-compilers.com> <58499CCC.5010106@crazy-compilers.com> <87fulhjkzh.fsf@gnu.org> <2d4d2802-cf2f-d61c-c286-6d2ae0012ce9@crazy-compilers.com> <87inq2fx4c.fsf@gnu.org> <51132cc4-7485-1c54-d9e0-11210b0389e0@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55096) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cNHeC-0001kJ-VW for guix-devel@gnu.org; Sat, 31 Dec 2016 06:16:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cNHe9-0000a2-Qu for guix-devel@gnu.org; Sat, 31 Dec 2016 06:16:24 -0500 In-Reply-To: <51132cc4-7485-1c54-d9e0-11210b0389e0@crazy-compilers.com> (Hartmut Goebel's message of "Thu, 29 Dec 2016 20:20:05 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Hartmut Goebel Cc: guix-devel Hello, Hartmut Goebel skribis: > Am 29.12.2016 um 18:44 schrieb Ludovic Court=C3=A8s: >> Given the popularity of PHP, I would expect tutorials and examples to >> abound already, no? >> >> You can of course roll your own and Guix could distribute it, that=E2=80= =99s >> fine. I=E2=80=99m just surprised we even have to do that in the first p= lace. > > I was surprised, too. Otherwise I'd not write a own package. > > But I see no benefit of putting a project to github, just do not have a > "home grown" package at guix. IMHO implementing this is just a waste of > time. I can understand why you=E2=80=99d feel this way, it=E2=80=99s just a few l= ines of code after all. However, as a distro, I think we should refrain from providing packages unrelated to Guix/Guile that have no upstream. Ludo=E2=80=99.