Files
nixpkgs/pkgs/build-support
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
..
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-03-20 22:23:41 +01:00
2017-03-20 22:23:41 +01: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
2017-03-16 15:16:33 +01:00
2016-11-15 09:11:53 +11:00
2016-09-29 13:06:41 +02:00
2017-01-26 20:11:49 -08:00