singularity: remove remove-references-to call

This commit is contained in:
Jörg Thalheim 2020-08-28 13:12:18 +01:00
parent e680fcaa3b
commit dee0f69844
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -67,10 +67,6 @@ buildGoPackage rec {
runHook postInstall
'';
postFixup = ''
find $out/libexec/ -type f -executable -exec remove-references-to -t ${go} '{}' + || true
'';
meta = with stdenv.lib; {
homepage = "http://www.sylabs.io/";
description = "Application containers for linux";