From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: mesa: Add libva input. Date: Wed, 29 Apr 2015 23:12:11 +0200 Message-ID: <20150429211211.GB9266@debian> References: <87zj5se6o0.fsf@taylan.uni.cx> <87383kbah1.fsf@gmail.com> <87r3r4dmwq.fsf@taylan.uni.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnZHH-0006iX-BM for guix-devel@gnu.org; Wed, 29 Apr 2015 17:12:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnZHD-0006jq-LD for guix-devel@gnu.org; Wed, 29 Apr 2015 17:12:19 -0400 Received: from mout.kundenserver.de ([212.227.17.24]:51935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnZHD-0006jh-Bb for guix-devel@gnu.org; Wed, 29 Apr 2015 17:12:15 -0400 Content-Disposition: inline In-Reply-To: <87r3r4dmwq.fsf@taylan.uni.cx> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Taylan Ulrich =?utf-8?B?QmF5xLFybMSxL0thbW1lcg==?= Cc: guix-devel@gnu.org On Tue, Apr 28, 2015 at 10:21:25PM +0200, Taylan Ulrich Bayırlı/Kammer wrote: > notably I put the libva-without-mesa package into video.scm > because I was getting circular import problems: > +(define-public libva-no-mesa Is there no other solution that does not expose the package to the public? After all, it is not supposed to be installed explicitly by a user if I understood you correctly. Andreas