lol

multipath-tools: ensure gzip does not capture timestamp

gzip is originally called as 'gzip -9 -c'

This is a port of
https://github.com/NixOS/nixpkgs/pull/2281/commits/a8e7ddd1dfaae4b3ce97fdefe4614a3e31c04501

Note that it does not seem to make a difference to `nix-build --check`.

+2
+2
pkgs/os-specific/linux/multipath-tools/default.nix
··· 15 15 ' libmultipath/defaults.h 16 16 sed -i -e 's,\$(DESTDIR)/\(usr/\)\?,$(prefix)/,g' \ 17 17 kpartx/Makefile libmpathpersist/Makefile 18 + sed -i -e "s,GZIP = .*, GZIP = gzip -9n -c," \ 19 + Makefile.inc 18 20 ''; 19 21 20 22 nativeBuildInputs = [ gzip ];