guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/11: gnu: libngspice: Use C-locale date format.


From: Tobias Geerinckx-Rice
Subject: 08/11: gnu: libngspice: Use C-locale date format.
Date: Thu, 7 Jun 2018 17:59:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ec425ca3a64a8f68ada0493f0b8702bb3d4f2e95
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 6 06:23:38 2018 +0200

    gnu: libngspice: Use C-locale date format.
    
    * gnu/packages/engineering.scm (libngspice): Use a more standard
    (C-locale) date format when forging timestamps.
---
 gnu/packages/engineering.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index bacf161..7e67784 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1206,7 +1206,7 @@ high-performance parallel differential evolution (DE) 
optimization algorithm.")
          (add-after 'unpack 'patch-timestamps
            (lambda _
              (substitute* "configure"
-               (("`date`") "Do 1. Jan 00:00:00 UTC 1970"))
+               (("`date`") "Thu Jan  1 00:00:01 UTC 1970"))
              #t))
          (add-after 'unpack 'delete-program-manuals
            (lambda _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]