gnu: libngspice: Use C-locale date format.
* gnu/packages/engineering.scm (libngspice): Use a more standard (C-locale) date format when forging timestamps.
This commit is contained in:
parent
10ee03c1df
commit
ec425ca3a6
|
@ -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 _
|
||||
|
|
Loading…
Reference in New Issue