Merge pull request #40192 from jbedo/singfile

singularity: add missing file dependency
This commit is contained in:
xeji 2018-05-09 10:36:11 +02:00 committed by GitHub
commit 70963b382f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@
, curl
, utillinux
, libarchive
, file
}:
stdenv.mkDerivation rec {
@ -50,7 +51,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ autoreconfHook makeWrapper ];
buildInputs = [ coreutils gnugrep python e2fsprogs which gnutar squashfsTools gzip gnused curl utillinux libarchive ];
buildInputs = [ coreutils gnugrep python e2fsprogs which gnutar squashfsTools gzip gnused curl utillinux libarchive file ];
meta = with stdenv.lib; {
homepage = http://singularity.lbl.gov/;