From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: Happy birthday! Date: Fri, 23 Nov 2018 16:04:59 +0100 Message-ID: References: <87y39j6hd1.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50417) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQD14-00017j-RI for guix-devel@gnu.org; Fri, 23 Nov 2018 10:05:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQD11-00052r-7q for guix-devel@gnu.org; Fri, 23 Nov 2018 10:05:10 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:43821) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gQD10-0004tM-UO for guix-devel@gnu.org; Fri, 23 Nov 2018 10:05:07 -0500 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 8FB69222A3 for ; Fri, 23 Nov 2018 10:05:01 -0500 (EST) Received: from KHs-MacBook.local (soleil-ext.synchrotron-soleil.fr [195.221.0.206]) by mail.messagingengine.com (Postfix) with ESMTPA id F120F102A0 for ; Fri, 23 Nov 2018 10:05:00 -0500 (EST) In-Reply-To: <87y39j6hd1.fsf@gnu.org> Content-Language: en-US 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: guix-devel@gnu.org On 23/11/2018 14:41, Ludovic Courtès wrote: > Today, it’s been six years already! Let's have a party then: (define-public guix-birthday-cake   (package     (name "guix-birthday-cake")     (synopsis "A birthday cake for Guix")     (build-system birthday-cake)     (arguments      `(#:number-of-candles 6))     (inputs      `(("cake" ,cake)        ("candle" ,candle))))) Thanks to everyone who contributed to make this happen! Konrad.