about summary refs log tree commit diff
path: root/pkgs/tools/misc/ms-sys/default.nix
diff options
context:
space:
mode:
authorArnout Engelen <arnout@bzzt.net>2020-01-06 16:54:43 +0100
committerNiklas Hambüchen <mail@nh2.me>2020-01-12 04:52:34 +0100
commitb0ec8d6d2a1787bf0b73052da6c3f485f610b3a5 (patch)
tree6c8e80ba8dbce31629031ea5c15ed485e845de3a /pkgs/tools/misc/ms-sys/default.nix
parent2e8fc97dbfacc1178ae846ab31210539f7a958f0 (diff)
ms-sys: avoid the build timestamp from leaking into the manpage
Also proposed upstream as https://sourceforge.net/p/ms-sys/patches/8/
Diffstat (limited to 'pkgs/tools/misc/ms-sys/default.nix')
-rw-r--r--pkgs/tools/misc/ms-sys/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/ms-sys/default.nix b/pkgs/tools/misc/ms-sys/default.nix
index 2607cf6f300a0..0a862834dfb77 100644
--- a/pkgs/tools/misc/ms-sys/default.nix
+++ b/pkgs/tools/misc/ms-sys/default.nix
@@ -8,6 +8,8 @@ stdenv.mkDerivation rec {
     url = "mirror://sourceforge/ms-sys/${pname}-${version}.tar.gz";
     sha256 = "06xqpm2s9cg8fj7a1822wmh3p4arii0sifssazg1gr6i7xg7kbjz";
   };
+  # TODO: Remove with next release, see https://sourceforge.net/p/ms-sys/patches/8/
+  patches = [ ./manpages-without-build-timestamps.patch ];
 
   nativeBuildInputs = [ gettext ];