From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33250) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i8oFr-0005Xg-DI for guix-patches@gnu.org; Fri, 13 Sep 2019 12:17:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i8oFq-0002sd-AC for guix-patches@gnu.org; Fri, 13 Sep 2019 12:17:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36704) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i8oFq-0002sY-7T for guix-patches@gnu.org; Fri, 13 Sep 2019 12:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i8oFp-0001m9-L4 for guix-patches@gnu.org; Fri, 13 Sep 2019 12:17:02 -0400 Subject: [bug#37401] [PATCH 2/2] pack: Add packages in the order in which they appear on the command line. Resent-Message-ID: References: <20190913155116.19225-1-ludo@gnu.org> <20190913155116.19225-2-ludo@gnu.org> From: Ricardo Wurmus In-reply-to: <20190913155116.19225-2-ludo@gnu.org> Date: Fri, 13 Sep 2019 18:16:34 +0200 Message-ID: <87pnk4qihp.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37401@debbugs.gnu.org Ludovic Court=C3=A8s writes: > * guix/scripts/pack.scm (guix-pack)[manifest-from-args](packages): > Reverse order of packages taken fro OPTS. Typo: =E2=80=9Cfrom=E2=80=9D. > - (filter-map maybe-package-argument opts))) > + (reverse > + (filter-map maybe-package-argument opts)= ))) Why is this necessary? --=20 Ricardo