diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 68e408494f..fbff716495 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -1213,7 +1213,7 @@ (define-public glibc-2.33 ;; There are undefined references to pthread symbols while linking ;; 'support/links-dso-program.cc'. Since this isn't needed here, turn ;; off C++ tests. - `(cons "libc_cv_cxx_link_ok=no" ,flags)))))) + #~(cons "libc_cv_cxx_link_ok=no" #$flags)))))) (define-public glibc-2.32 (package