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