From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31669: 'guix system' enhancements Date: Fri, 01 Jun 2018 14:58:03 +0200 Message-ID: <87bmcuackk.fsf@gnu.org> References: <20180531164438.1e7a6976@mykolab.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOje8-0001UR-Gr for bug-guix@gnu.org; Fri, 01 Jun 2018 08:59:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOje2-0000pL-Bi for bug-guix@gnu.org; Fri, 01 Jun 2018 08:59:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49040) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fOje2-0000p8-7N for bug-guix@gnu.org; Fri, 01 Jun 2018 08:59:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fOje1-0007fy-Vo for bug-guix@gnu.org; Fri, 01 Jun 2018 08:59:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180531164438.1e7a6976@mykolab.com> (Rutger Helling's message of "Thu, 31 May 2018 16:44:38 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Rutger Helling Cc: 31669@debbugs.gnu.org Hello, Rutger Helling skribis: > This isn't really a bug, but I noticed that 'guix system' right now canno= t use certain common build > options like 'with-input'. I don't know how hard it would be to add > that, because I think it could be pretty useful for something like the > following for example: > > guix system reconfigure --with-input=3Dopenssl=3Dlibressl system.scm Note that =E2=80=98--with-input=E2=80=99 & co. are *package* transformation= options, so the question is which packages we=E2=80=99d apply them to. We could take those options as applying to all the packages in the global profile, but it may not be exactly what people would expect because it would not apply to packages used by Shepherd services. WDYT? Ludo=E2=80=99.