[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
[bug#51305] [PATCH 2/4] gnu: Add julia-gr., Efraim Flashner, 2021/10/20
[bug#51305] [PATCH 3/4] gnu: Add julia-geometrybasics., Efraim Flashner, 2021/10/20
[bug#51305] [PATCH 4/4] gnu: Add julia-infinity., Efraim Flashner, 2021/10/20
[bug#51305] [PATCH 0/4] More julia packages, zimoun, 2021/10/21