singularity: drop unneeded removeReferencesTo

This commit is contained in:
zowoq 2020-10-29 13:27:20 +10:00
parent 33822cb12f
commit 90bb6fbb24

View file

@ -1,5 +1,4 @@
{stdenv
, removeReferencesTo
, lib
, fetchurl
, utillinux
@ -28,7 +27,7 @@ buildGoPackage rec {
goPackagePath = "github.com/sylabs/singularity";
buildInputs = [ gpgme openssl libuuid ];
nativeBuildInputs = [ removeReferencesTo utillinux which makeWrapper cryptsetup ];
nativeBuildInputs = [ utillinux which makeWrapper cryptsetup ];
propagatedBuildInputs = [ coreutils squashfsTools ];
postPatch = ''