singularity: remove remove-references-to call
This commit is contained in:
parent
e680fcaa3b
commit
dee0f69844
@ -67,10 +67,6 @@ buildGoPackage rec {
|
|||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postFixup = ''
|
|
||||||
find $out/libexec/ -type f -executable -exec remove-references-to -t ${go} '{}' + || true
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "http://www.sylabs.io/";
|
homepage = "http://www.sylabs.io/";
|
||||||
description = "Application containers for linux";
|
description = "Application containers for linux";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user