Hi, Sharlatan Hellseher skribis: > From 916bde255b94eab85c10e55104b0e088781ef943 Mon Sep 17 00:00:00 2001 > From: Sharlatan Hellseher > Date: Sun, 12 Jun 2022 22:25:07 +0100 > Subject: [PATCH 1/1] gnu: Add casacore > > * gnu/packages/astronomy.scm (casacore): New variable. > Modules sorted alphabetically to easy maintannce. > --- > gnu/packages/astronomy.scm | 102 +++++++++++++++++++++++++++++++++++-- > 1 file changed, 97 insertions(+), 5 deletions(-) Applied with the changes below: • use ‘this-package-input’ to refer to the same Python package that appears in ‘inputs’; • use ‘search-input-file’ rather than ‘which’ for “rm”, which is more correct if we ever want to cross-compile it (it makes sure we pick “rm” among the inputs rather than among native inputs); • remove now-unneeded trailing #t from build phases; • change license to ‘gpl2+’ because source file headers explicitly say “or any later version”. Thanks! Ludo’.