From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] mps-youtube Date: Wed, 2 Nov 2016 10:40:55 +0000 Message-ID: <20161102104057.8226-1-ng0@we.make.ritual.n0.is> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c1sys-0003CX-Ub for guix-devel@gnu.org; Wed, 02 Nov 2016 06:41:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c1sys-0007yY-DO for guix-devel@gnu.org; Wed, 02 Nov 2016 06:41:19 -0400 Received: from aibo.runbox.com ([91.220.196.211]:42671) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c1sys-0007yI-6h for guix-devel@gnu.org; Wed, 02 Nov 2016 06:41:18 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1c1syr-0005kV-7I for guix-devel@gnu.org; Wed, 02 Nov 2016 11:41:17 +0100 Received: from x5d83f305.dyn.telefonica.de ([93.131.243.5] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1c1syZ-0005Lq-U6 for guix-devel@gnu.org; Wed, 02 Nov 2016 11:41:00 +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: guix-devel@gnu.org I am not sure about how the non-python runtime dependencies are supposed to be handled in python packages. python-pafy needs youtube-dl to function. mps-youtube needs at least mpv and optionally ffmpeg to deal with conversion of formats. So far they are in (inputs). Are those supposed to be installed by the users themselves?