From mboxrd@z Thu Jan 1 00:00:00 1970 From: matias_jose_seco@autoproduzioni.net Subject: Re: Of sounds and locales Date: Sun, 01 Nov 2015 22:26:39 +0000 Message-ID: References: <725fd1253bc420d3e1e6bfa49bbf9b79@autoproduzioni.net> <87twsp47bm.fsf@netris.org> <871tcig41z.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60305) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zt15O-0006Yz-SD for guix-devel@gnu.org; Sun, 01 Nov 2015 17:26:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zt15L-0008GJ-JZ for guix-devel@gnu.org; Sun, 01 Nov 2015 17:26:50 -0500 Received: from contumacia.investici.org ([178.255.144.35]:52186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zt15L-0008Fy-De for guix-devel@gnu.org; Sun, 01 Nov 2015 17:26:47 -0500 Received: from dissenso.investici.org (dissenso-vpn.investici.org [172.16.1.10]) by contumacia.investici.org (Postfix) with ESMTP id 99CD6200EAB for ; Sun, 1 Nov 2015 22:26:40 +0000 (UTC) Received: from [209.234.253.196] (dissenso [209.234.253.196]) (Authenticated sender: matias_jose_seco@autoproduzioni.net) by localhost (Postfix) with ESMTPA id 07B5140E82 for ; Sun, 1 Nov 2015 22:26:39 +0000 (UTC) In-Reply-To: <871tcig41z.fsf@gmail.com> 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: guix-devel@gnu.org > Nope, these are top-level definition, so it should be done like this: > > (define ...) > (operating-system ...) Very grateful for the hint! > By the way, recently the service API was changed, so those service > definitions will not work anymore. At this point i was exploring the possibility to completely avoid compiling by defining only-substitutes installations: i couldn't find any option for forcing only-substitutes; is there any? For the powertop service definition i'll have to adapt the code to the new API, or it will be impossible to add custom services at all? Very very glad.