nixpkgs/pkgs/stdenv/generic
Artturin 88f36d2694 gzip: make reproducible when GZIP_NO_TIMESTAMPS is set
the logic can be tested with

```
$ GZIP_NO_TIMESTAMPS=1 && echo "${GZIP_NO_TIMESTAMPS:+-n }"
-n
$ unset GZIP_NO_TIMESTAMPS && echo "${GZIP_NO_TIMESTAMPS:+-n }"

```
2023-01-12 01:30:29 +02:00
..
builder.sh
check-meta.nix check-meta.nix: make non-source consistent with documentation 2023-01-01 18:21:11 -08:00
common-path.nix
default-builder.sh
default.nix
make-derivation.nix splice.nix: start deprecating nativeDrv and crossDrv 2022-11-19 00:04:54 +02:00
setup.sh gzip: make reproducible when GZIP_NO_TIMESTAMPS is set 2023-01-12 01:30:29 +02:00