From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: Graphical GuixSD Installer Date: Fri, 16 Dec 2016 13:08:16 +0100 Message-ID: References: <20161216110807.GA2104@jocasta.intra> <87zijwkrw6.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60201) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHrJE-0004ep-O8 for guix-devel@gnu.org; Fri, 16 Dec 2016 07:08:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHrJB-0001C7-JW for guix-devel@gnu.org; Fri, 16 Dec 2016 07:08:20 -0500 Received: from mail-qt0-x235.google.com ([2607:f8b0:400d:c0d::235]:34893) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cHrJB-0001BV-Ej for guix-devel@gnu.org; Fri, 16 Dec 2016 07:08:17 -0500 Received: by mail-qt0-x235.google.com with SMTP id c47so84747790qtc.2 for ; Fri, 16 Dec 2016 04:08:17 -0800 (PST) In-Reply-To: <87zijwkrw6.fsf@gnu.org> 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: Mathieu Lirzin Cc: guix-devel > Would it make sense to add a check for it at configure time and > conditionally compile and install the modules only if 'guile-ncurses' is > found, like what is done for 'guile-json'? Doesn't this just complicate things? How about decoupling things instead? Put the installer in a separate repo and make it a regular guix package? Or keep it in the same repo and make it a guix package. Then if someone wants to use guix-install they can say guix package -i guix-install. I'd suggest the same for guix refresh since people are against adding a json dependency. We could even go as far as making each guix command a package. Then we can be a little more galant with dependencies and if someone only wants to use guix-build and guix-package they only have to install those.