bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40382: specifications->manifest reverse package order


From: Nicolas Goaziou
Subject: bug#40382: specifications->manifest reverse package order
Date: Thu, 02 Apr 2020 01:20:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]