gnu: libngspice: Use C-locale date format.

* gnu/packages/engineering.scm (libngspice): Use a more standard
(C-locale) date format when forging timestamps.
master
Tobias Geerinckx-Rice 2018-06-06 06:23:38 +02:00
parent 10ee03c1df
commit ec425ca3a6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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 _