From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fMvAX-0003qT-H7 for guix-patches@gnu.org; Sun, 27 May 2018 08:53:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fMvAU-0005a4-9a for guix-patches@gnu.org; Sun, 27 May 2018 08:53:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:42310) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fMvAU-0005Zw-5H for guix-patches@gnu.org; Sun, 27 May 2018 08:53:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fMvAT-000360-RY for guix-patches@gnu.org; Sun, 27 May 2018 08:53:01 -0400 Subject: [bug#31592] [PATCH 2/4] gnu: Add singularity. Resent-Message-ID: From: ludovic.courtes@inria.fr (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180525154730.23955-1-ricardo.wurmus@mdc-berlin.de> <20180525154730.23955-2-ricardo.wurmus@mdc-berlin.de> Date: Sun, 27 May 2018 14:52:19 +0200 In-Reply-To: <20180525154730.23955-2-ricardo.wurmus@mdc-berlin.de> (Ricardo Wurmus's message of "Fri, 25 May 2018 17:47:28 +0200") Message-ID: <87wovpxnuk.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ricardo Wurmus Cc: 31592@debbugs.gnu.org Ricardo Wurmus skribis: > * gnu/packages/linux.scm (singularity): New variable. [...] > + (propagated-inputs > + `(("squashfs-tools" ,squashfs-tools))) Could we patch the code that invokes mksquashfs to use an absolute file name? That way we wouldn=E2=80=99t need to propagate it. > + (home-page "https://singularity.lbl.gov/") > + (synopsis "Container platform") > + (description "Singularity is a container platform supporting a numbe= r of > +container image formats.") Would be nice to expound a little bit, like mentioning that it can be used to build images, to run code from Docker images, etc. Thanks! :-) Ludo=E2=80=99.