mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -1206,7 +1206,7 @@ (define-public libngspice
|
|||
(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 a new issue