From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Isaac Subject: Re: new manifest format readers? Date: Sat, 10 Jun 2017 07:36:50 +0530 Message-ID: <8785ddbc.AEUALIZn3MgAAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZO1RD@mailjet.com> References: <87zidhcqr9.fsf@elephly.net> <87d1adw9eb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <8785ddbc.AEUALIZn3MgAAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZO1RD@bnc3.mailjet.com>) id 1dJVnv-0002gC-Ij for guix-devel@gnu.org; Fri, 09 Jun 2017 22:07:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <8785ddbc.AEUALIZn3MgAAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZO1RD@bnc3.mailjet.com>) id 1dJVnq-0003aN-Lf for guix-devel@gnu.org; Fri, 09 Jun 2017 22:07:07 -0400 Received: from o125.p9.mailjet.com ([87.253.234.125]:52164) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <8785ddbc.AEUALIZn3MgAAAAAAAAAAAOtZhgAAAACwQwAAAAAAAW9WABZO1RD@bnc3.mailjet.com>) id 1dJVnq-0003a4-Ch for guix-devel@gnu.org; Fri, 09 Jun 2017 22:07:02 -0400 In-reply-to: <87d1adw9eb.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: guix-devel > or go further even and add some sugar to remove use-package-modules and > do something like > > (package-strings > ;; this is for compilers > "gfortran@5" > ;; this is for work > "icedtea:jdk") > > and have package-strings be usable in operating-system too? I think this is a good idea. At least as a new user, until I "got it", I found it rather counter-intuitive that I had to duplicate the same package in two places (once in the modules, and once in the packages section). Once I realized I was importing variables from modules, I had to figure out which module a package was in. This is not the user experience in other distros. It may not be such a bad idea to spare users the trouble of figuring this out. =