Merge pull request #40192 from jbedo/singfile
singularity: add missing file dependency
This commit is contained in:
commit
70963b382f
@ -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/;
|
||||||
|
Loading…
Reference in New Issue
Block a user