From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 04/10] gnu: Add proplib. Date: Sat, 31 Dec 2016 01:33:54 +0100 Message-ID: <878tqx543x.fsf@gnu.org> References: <20161226160452.19939-1-rekado@elephly.net> <20161226160452.19939-4-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cN7cW-0003yX-Fd for guix-devel@gnu.org; Fri, 30 Dec 2016 19:34:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cN7cT-0005SJ-C3 for guix-devel@gnu.org; Fri, 30 Dec 2016 19:34:00 -0500 In-Reply-To: <20161226160452.19939-4-rekado@elephly.net> (Ricardo Wurmus's message of "Mon, 26 Dec 2016 17:04:46 +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: Ricardo Wurmus Cc: guix-devel@gnu.org Ricardo Wurmus skribis: > * gnu/packages/embedded.scm (proplib): New variable. [...] > +(define-public proplib > + (let ((commit "844741fe0ceb140ab2fdf9d0667f68c1c39c31da") > + (revision "1")) > + (package > + (name "proplib") > + (version (string-append "0.0.0-" revision "." (string-take commit 9))) > + (source (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/totalspectrum/proplib.git") > + (commit commit))) No release either? LGTM, thanks!