singularity: add missing file dependency

This commit is contained in:
Justin Bedo
2018-05-09 10:19:38 +10:00
parent 92af917827
commit 48808f1c93

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/;