guix-patches
[Top][All Lists]
Advanced

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

[bug#51305] [PATCH 0/4] More julia packages


From: zimoun
Subject: [bug#51305] [PATCH 0/4] More julia packages
Date: Thu, 21 Oct 2021 15:01:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hi,

On mer., 20 oct. 2021 at 15:51, Efraim Flashner <efraim@flashner.co.il> wrote:
> * gnu/packages/julia-jll.scm (julia-gr-jll): New variable.
> ---
>  gnu/packages/julia-jll.scm | 50 ++++++++++++++++++++++++++++++++++++++
>  1 file changed, 50 insertions(+)

LGTM, except...

> +    (inputs
> +     `(("gr-framework" ,gr-framework)))
> +    (propagated-inputs
> +     `(("julia-jllwrappers" ,julia-jllwrappers)
> +       ("julia-bzip2-jll" ,julia-bzip2-jll)
> +       ("julia-cairo-jll" ,julia-cairo-jll)
> +       ("julia-ffmpeg-jll" ,julia-ffmpeg-jll)
> +       ("julia-fontconfig-jll" ,julia-fontconfig-jll)
> +       ("julia-glfw-jll" ,julia-glfw-jll)
> +       ("julia-jpegturbo-jll" ,julia-jpegturbo-jll)
> +       ("julia-libpng-jll" ,julia-libpng-jll)
> +       ("julia-libtiff-jll" ,julia-libtiff-jll)
> +       ("julia-pixman-jll" ,julia-pixman-jll)
> +       ("julia-qt5base-jll" ,julia-qt5base-jll)
> +       ("julia-zlib-jll" ,julia-zlib-jll)))

...is it possible to alphabetically sort?  I find easier for maintenance
later.  WDYT?

Cheers,
simon





reply via email to

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