singularity: remove remove-references-to call
This commit is contained in:
parent
e680fcaa3b
commit
dee0f69844
1 changed files with 0 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue