singularity: fix build with strict deps
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user