From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: bug#40382: specifications->manifest reverse package order Date: Thu, 02 Apr 2020 01:20:32 +0200 Message-ID: <87pncq23pb.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55565) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJmfP-0007TH-NW for bug-guix@gnu.org; Wed, 01 Apr 2020 19:21:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJmfO-0005FP-OA for bug-guix@gnu.org; Wed, 01 Apr 2020 19:21:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55541) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJmfO-0005FD-Kp for bug-guix@gnu.org; Wed, 01 Apr 2020 19:21:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJmfO-0003bG-Fh for bug-guix@gnu.org; Wed, 01 Apr 2020 19:21:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:54217) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJmf2-0007SW-4X for bug-guix@gnu.org; Wed, 01 Apr 2020 19:20:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJmey-00043O-Ld for bug-guix@gnu.org; Wed, 01 Apr 2020 19:20:37 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:59103) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jJmey-0003w6-FO for bug-guix@gnu.org; Wed, 01 Apr 2020 19:20:36 -0400 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 3680E240008 for ; Wed, 1 Apr 2020 23:20:32 +0000 (UTC) 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-mx.org@gnu.org Sender: "bug-Guix" To: 40382@debbugs.gnu.org Hello, I have a file named packages.scm, which contains the following: (specifications->manifest '("a" "b" "c")) When using guix package -m manifest.scm guix package -I packages are listed in the reverse order, i.e., "c", "b", "a". I expect them to appear in the same order as in the file. Regards, -- Nicolas Goaziou