guix-patches
[Top][All Lists]
Advanced

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

[bug#37401] [PATCH 2/2] pack: Add packages in the order in which they ap


From: Ricardo Wurmus
Subject: [bug#37401] [PATCH 2/2] pack: Add packages in the order in which they appear on the command line.
Date: Fri, 13 Sep 2019 18:16:34 +0200
User-agent: mu4e 1.2.0; emacs 26.2

Ludovic Courtès <address@hidden> writes:

> * guix/scripts/pack.scm (guix-pack)[manifest-from-args](packages):
> Reverse order of packages taken fro OPTS.

Typo: “from”.

> -                               (filter-map maybe-package-argument opts)))
> +                               (reverse
> +                                (filter-map maybe-package-argument opts))))

Why is this necessary?

-- 
Ricardo






reply via email to

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