singularity: drop unneeded removeReferencesTo
This commit is contained in:
parent
33822cb12f
commit
90bb6fbb24
@ -1,5 +1,4 @@
|
|||||||
{stdenv
|
{stdenv
|
||||||
, removeReferencesTo
|
|
||||||
, lib
|
, lib
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, utillinux
|
, utillinux
|
||||||
@ -28,7 +27,7 @@ buildGoPackage rec {
|
|||||||
goPackagePath = "github.com/sylabs/singularity";
|
goPackagePath = "github.com/sylabs/singularity";
|
||||||
|
|
||||||
buildInputs = [ gpgme openssl libuuid ];
|
buildInputs = [ gpgme openssl libuuid ];
|
||||||
nativeBuildInputs = [ removeReferencesTo utillinux which makeWrapper cryptsetup ];
|
nativeBuildInputs = [ utillinux which makeWrapper cryptsetup ];
|
||||||
propagatedBuildInputs = [ coreutils squashfsTools ];
|
propagatedBuildInputs = [ coreutils squashfsTools ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user