diff options
-rw-r--r-- | gnu/packages/base.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm index 6723ca8bfb..a4a10a5964 100644 --- a/gnu/packages/base.scm +++ b/gnu/packages/base.scm @@ -466,10 +466,6 @@ used to apply commands with arbitrarily long arguments.") " test-renameatu" " test-utimensat"))) '()) - ,@(if (not (target-64bit?)) - ;; Not all software is ready for 64bit time_t. - '(#:configure-flags (list "--disable-year2038")) - '()) #:phases (modify-phases %standard-phases (add-before 'build 'patch-shell-references (lambda _ |