From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: [PATCH 1/2] gnu: Add python-pafy. Date: Fri, 04 Nov 2016 18:18:51 +0000 Message-ID: <87k2cj3y7o.fsf@we.make.ritual.n0.is> References: <20161102104057.8226-1-ng0@we.make.ritual.n0.is> <20161102104057.8226-2-ng0@we.make.ritual.n0.is> <6243fef2-6ea1-24b7-b45b-8601948f59df@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50126) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c2j50-0003XF-0Z for guix-devel@gnu.org; Fri, 04 Nov 2016 14:19:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c2j4v-0005xH-0P for guix-devel@gnu.org; Fri, 04 Nov 2016 14:19:05 -0400 Received: from aibo.runbox.com ([91.220.196.211]:41304) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c2j4u-0005vf-QR for guix-devel@gnu.org; Fri, 04 Nov 2016 14:19:00 -0400 In-Reply-To: <6243fef2-6ea1-24b7-b45b-8601948f59df@crazy-compilers.com> (Hartmut Goebel's message of "Wed, 2 Nov 2016 18:27:29 +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@gnu.org Hartmut Goebel writes: > Am 02.11.2016 um 11:40 schrieb ng0: >> + (inputs >> + `(("youtube-dl" ,youtube-dl))) > > This needs to be a propagated input since python-pafy is a package itself. Can you be more specific? I know now that other python inputs should be propagated, but why non-python software? Or is youtube-dl just another python software? Thanks