singularity: add missing file dependency

This commit is contained in:
Justin Bedo 2018-05-09 10:19:38 +10:00
parent 92af917827
commit 48808f1c93
No known key found for this signature in database
GPG Key ID: 2C18202C56C182BD

View File

@ -14,6 +14,7 @@
, curl , curl
, utillinux , utillinux
, libarchive , libarchive
, file
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -50,7 +51,7 @@ stdenv.mkDerivation rec {
}; };
nativeBuildInputs = [ autoreconfHook makeWrapper ]; 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; { meta = with stdenv.lib; {
homepage = http://singularity.lbl.gov/; homepage = http://singularity.lbl.gov/;