Hi Romain, Ramin Honary skribis: > From 465538f4b2824f49d99e4eef799f25f644a37bbc Mon Sep 17 00:00:00 2001 > Message-Id: <465538f4b2824f49d99e4eef799f25f644a37bbc.1692867653.git.ramin.honary@cross-compass.com> > From: Ramin Honary > Date: Thu, 24 Aug 2023 17:57:51 +0900 > Subject: [PATCH] gnu: Add stklos. > > * gnu/packages/scheme.scm (stklos): New variable. I went ahead and committed with the changes below. I used ‘which’ instead of ‘(search-input-file inputs …)’ because we really want the native bash and rm here. The license is GPLv2+ because files under lib/ explicitly say “or any later version”. Last, I noticed that the tarball comes with copies of libgc, libffi, and PCRE. Could you send patches to “unbundle” them—i.e., add these packages to the ‘inputs’ field and ensure the build system picks them up? Thanks! Ludo’.