From mboxrd@z Thu Jan 1 00:00:00 1970 From: Martin Castillo Subject: bug#29814: impossible to pass spaces in GUIX_BUILD_OPTIONS Date: Fri, 22 Dec 2017 18:58:06 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44137) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSRb9-0004LN-Q0 for bug-guix@gnu.org; Fri, 22 Dec 2017 12:59:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSRb4-00069R-V9 for bug-guix@gnu.org; Fri, 22 Dec 2017 12:59:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:39602) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eSRb4-000690-SZ for bug-guix@gnu.org; Fri, 22 Dec 2017 12:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eSRb4-0004Eo-MK for bug-guix@gnu.org; Fri, 22 Dec 2017 12:59:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSRaH-0003ii-Lb for bug-guix@gnu.org; Fri, 22 Dec 2017 12:58:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSRaC-00057r-Rb for bug-guix@gnu.org; Fri, 22 Dec 2017 12:58:13 -0500 Received: from gabriel-vm-2.zfn.uni-bremen.de ([134.102.50.10]:42946 helo=smtp.uni-bremen.de) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eSRaC-00056t-Gp for bug-guix@gnu.org; Fri, 22 Dec 2017 12:58:08 -0500 Received: from [192.168.178.5] (unknown [77.21.36.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.uni-bremen.de (Postfix) with ESMTPSA id DCF7E204E1 for ; Fri, 22 Dec 2017 18:58:06 +0100 (CET) Content-Language: en-US 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: 29814@debbugs.gnu.org guix/util.scm:(arguments-from-envirenment-variable) uses char-set:graphic to split the string. this makes it impossible to pass spaces in the arguments. This makes it impossible to pass more than one substitute-url via the environment.