singularity: fix build with strict deps
This commit is contained in:
parent
90b1dc12ea
commit
aa7b26fe29
@ -27,8 +27,8 @@ buildGoPackage rec {
|
|||||||
goPackagePath = "github.com/sylabs/singularity";
|
goPackagePath = "github.com/sylabs/singularity";
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
||||||
buildInputs = [ openssl ];
|
buildInputs = [ openssl utillinux ];
|
||||||
nativeBuildInputs = [ removeReferencesTo utillinux which makeWrapper ];
|
nativeBuildInputs = [ removeReferencesTo which makeWrapper ];
|
||||||
propagatedBuildInputs = [ coreutils squashfsTools ];
|
propagatedBuildInputs = [ coreutils squashfsTools ];
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user