diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm index 379e6a3ac6..6355b99252 100644 --- a/guix/scripts/pack.scm +++ b/guix/scripts/pack.scm @@ -820,8 +820,7 @@ last resort for relocation." (string-append "-DLOADER_AUDIT_RUNPATH={ " (string-join (map object->string - (runpath - #$(audit-module))) + (runpath program)) ", " 'suffix) "NULL }") (if gconv