diff options
-rw-r--r-- | gnu/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system.scm b/gnu/system.scm index 50a3bac7e4..354f58f55b 100644 --- a/gnu/system.scm +++ b/gnu/system.scm @@ -1505,7 +1505,7 @@ a list of <menu-entry>, to populate the \"old entries\" menu." glibc)) (exec-server-command ;; XXX: Run the statically-linked 'exec' to work around - ;; <https://issues.guix.gnu.org/58631>, which manifests on some + ;; <https://issues.guix.gnu.org/58320>, which manifests on some ;; machines. ;; (list (file-append libc "/lib/ld.so.1") "exec" |