Christian Kauhaus
09f24f628b
buildRustPackage: Fix "warning: file ... may be generated" ( #24471 )
...
Every Rust derivation used to emit a warning like the following:
```
setting SOURCE_DATE_EPOCH to timestamp 1490877042 of file cargo-6e0c18c/Cargo.lock
warning: file cargo-6e0c18c/Cargo.lock may be generated; SOURCE_DATE_EPOCH may be non-deterministic
```
The reason is that the dependencies are copied without preserving
timestamps. Changing the build script to timestamp-preserving copy
removes the warning.
2017-03-30 15:15:49 +02:00
..
2015-05-31 01:55:10 +00:00
2017-03-27 18:24:08 +03:00
2017-01-29 04:11:01 -06:00
2016-07-13 03:54:11 +03:00
2017-01-25 00:01:51 +02:00
2016-11-24 12:48:26 +11:00
2016-10-04 20:15:37 +02:00
2015-01-27 18:54:38 +01:00
2017-03-25 11:13:25 -04:00
2016-09-17 21:50:01 +02:00
2017-01-23 15:50:18 +01:00
2015-12-19 09:32:22 -06:00
2014-08-27 11:22:34 +02:00
2017-03-20 22:23:41 +01:00
2017-03-20 22:23:41 +01:00
2016-08-21 11:53:40 -07:00
2017-03-20 22:23:41 +01:00
2016-02-01 10:57:01 -08:00
2017-03-21 16:04:00 +01:00
2017-03-20 22:23:41 +01:00
2016-07-19 09:48:36 +02:00
2016-09-17 21:50:01 +02:00
2017-03-20 22:23:41 +01:00
2016-07-29 12:03:08 +02:00
2017-03-27 15:04:02 +10:00
2017-03-20 22:23:41 +01:00
2017-03-20 22:23:41 +01:00
2017-03-20 22:23:41 +01:00
2017-02-16 11:28:23 +01:00
2016-10-31 23:44:03 +02:00
2016-10-04 20:15:37 +02:00
2017-02-10 06:52:02 +01:00
2016-08-02 21:42:43 +03:00
2017-03-22 20:15:32 +03:00
2016-12-20 14:00:04 +01:00
2016-08-02 21:17:44 +03:00
2016-02-29 20:42:58 +01:00
2014-06-30 14:56:10 +02:00
2016-08-02 21:17:44 +03:00
2015-10-18 18:41:11 +03:00
2016-10-09 11:55:19 +02:00
2016-12-31 02:13:04 +04:00
2017-03-09 12:01:55 +00:00
2017-03-30 15:15:49 +02:00
2017-03-16 15:16:33 +01:00
2016-11-15 09:11:53 +11:00
2016-09-29 13:06:41 +02:00
2016-01-10 06:03:26 +03:00
2015-02-06 20:12:57 +01:00
2016-08-31 11:34:46 +02:00
2017-02-26 10:01:08 +01:00
2016-02-29 13:49:29 +00:00
2015-02-05 20:28:16 +01:00
2017-01-26 20:11:49 -08:00
2016-10-28 01:00:04 +02:00
2017-03-24 15:47:51 -04:00
2016-12-09 11:26:53 +01:00