From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Add thinkfan. Date: Fri, 6 May 2016 14:13:14 -0400 Message-ID: <20160506181314.GB2123@jasmine> References: <87mvoay9wo.fsf@saiph.selenimh> <20160501211418.GA10221@jasmine> <877ffalrj3.fsf@saiph.selenimh> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aykFw-000681-EH for guix-devel@gnu.org; Fri, 06 May 2016 14:13:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aykFk-0004Wl-R6 for guix-devel@gnu.org; Fri, 06 May 2016 14:13:35 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:33787) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aykFi-0004Sc-If for guix-devel@gnu.org; Fri, 06 May 2016 14:13:28 -0400 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id B6D48204AE for ; Fri, 6 May 2016 14:13:15 -0400 (EDT) Content-Disposition: inline In-Reply-To: <877ffalrj3.fsf@saiph.selenimh> 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: Nicolas Goaziou Cc: guix-devel@gnu.org On Wed, May 04, 2016 at 12:12:48AM +0200, Nicolas Goaziou wrote: > Leo Famulari writes: > > Also, can you add a phase that installs the "rcscripts"? They will be > > useful for Guix users on foreign distros. > > Done. > > > I'm not sure where to install them. Since they will probably have to be > > copied or symlinked out of ~/.guix-profile anyways, how about installing > > them into 'share/misc'? > > > > I'm open to better ideas! > > What about share/thinkfan instead? I changed the patch accordingly. Feel > free to use share/misc instead if you think this is better. Yours is one of those "better ideas" I was talking about ;) > * gnu/packages/linux.scm (thinkfan): New variable. Looks good! But I noticed they *just* released a new version. Can you take a look and submit a patch with that version if it works for you?