singularity: drop unneeded removeReferencesTo

This commit is contained in:
zowoq
2020-11-18 08:13:34 +10:00
parent 33822cb12f
commit 90bb6fbb24
@@ -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 = ''