singularity: fix build with strict deps

This commit is contained in:
Jörg Thalheim 2020-03-18 11:48:37 +00:00
parent 90b1dc12ea
commit aa7b26fe29
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -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 = ''