From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40970) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUjWp-0002cT-QU for guix-patches@gnu.org; Sat, 25 May 2019 23:08:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUjOF-00062C-PT for guix-patches@gnu.org; Sat, 25 May 2019 23:00:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36551) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hUjOF-000626-MP for guix-patches@gnu.org; Sat, 25 May 2019 23:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hUjOF-000230-Fv for guix-patches@gnu.org; Sat, 25 May 2019 23:00:03 -0400 Subject: [bug#35910] [PATCH] services: Add =?UTF-8?Q?=E2=80=98/usr/bin/env=E2=80=99?= special file. Resent-Message-ID: From: Tobias Geerinckx-Rice References: <20190526020635.20780-1-me@tobias.gr> In-reply-to: <20190526020635.20780-1-me@tobias.gr> Date: Sun, 26 May 2019 04:59:11 +0200 Message-ID: <87h89hq5ts.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35910@debbugs.gnu.org --=-=-= Content-Type: text/plain; format=flowed Tobias Geerinckx-Rice wrote: > - "/bin/sh")))))) > + "/bin/sh")) > + ("/usr/bin/env" ,(file-append > (canonical-package coreutils) > + > "/usr/bin/env")))))) 'course this won't work unless you, also, have the hunk #:use-module ((gnu packages base) - #:select (canonical-package glibc glibc-utf8-locales)) + #:select (canonical-package coreutils glibc glibc-utf8-locales)) accidentally placed in another commit, which is unlikely. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQT12iAyS4c9C3o4dnINsP+IT1VteQUCXOoBAAAKCRANsP+IT1Vt eQ+vAP4nEocu1EWQ6+v5RFPVmmrIEhQA2djc26FVqEjQDSJNTQEAmOJY7hnrLL1t iAGQuC73TOvTm/NACCGjG1sR+WD4Sww= =QMRS -----END PGP SIGNATURE----- --=-=-=--