From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 04/12] gnu: python: Add python-binaryornot. Date: Mon, 22 Aug 2016 14:05:26 +0200 Message-ID: References: <20160805183730.19049-2-david@craven.ch> <20160805183730.19049-4-david@craven.ch> <20160808203735.GB21736@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbnyx-0007qa-Ud for guix-devel@gnu.org; Mon, 22 Aug 2016 08:05:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbnyr-0005V7-SX for guix-devel@gnu.org; Mon, 22 Aug 2016 08:05:34 -0400 Received: from mail-yw0-x22d.google.com ([2607:f8b0:4002:c05::22d]:35459) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbnyq-0005Up-LH for guix-devel@gnu.org; Mon, 22 Aug 2016 08:05:29 -0400 Received: by mail-yw0-x22d.google.com with SMTP id j12so49756619ywb.2 for ; Mon, 22 Aug 2016 05:05:27 -0700 (PDT) In-Reply-To: <20160808203735.GB21736@jasmine> 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: Leo Famulari Cc: guix-devel (properties `((python2-variant . ,(delay python2-hypothesis)))))) (define-public python2-hypothesis (let ((hypothesis (package-with-python2 (strip-python2-variant python-hypothesis)))) > I believe this will need to use the python2-variant system, as in > python2-hypothesis. Can you please explain the properties field? It's not mentioned in the guix manual. I can see that strip-python2-variant just removes the property.