Merge pull request #40172 from scalavision/master

singularity: 2.4.6 -> 2.5.1
This commit is contained in:
xeji 2018-05-08 22:53:39 +02:00 committed by GitHub
commit e7f3dab666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,12 @@
, gnused , gnused
, curl , curl
, utillinux , utillinux
, libarchive
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "singularity-${version}"; name = "singularity-${version}";
version = "2.4.6"; version = "2.5.1";
enableParallelBuilding = true; enableParallelBuilding = true;
@ -45,11 +46,11 @@ stdenv.mkDerivation rec {
owner = "singularityware"; owner = "singularityware";
repo = "singularity"; repo = "singularity";
rev = version; rev = version;
sha256 = "0bs1jqm7v7wv1kdxq8kyqn3gl5m76j0wwwgjyjnndrhczlsh5m1d"; sha256 = "1i029qs6dfpyirhbdz0nrx2sh5fddysk4wqkjqj5m60kxs4x8a3d";
}; };
nativeBuildInputs = [ autoreconfHook makeWrapper ]; nativeBuildInputs = [ autoreconfHook makeWrapper ];
buildInputs = [ coreutils gnugrep python e2fsprogs which gnutar squashfsTools gzip gnused curl utillinux ]; buildInputs = [ coreutils gnugrep python e2fsprogs which gnutar squashfsTools gzip gnused curl utillinux libarchive ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://singularity.lbl.gov/; homepage = http://singularity.lbl.gov/;