ms-sys: avoid the build timestamp from leaking into the manpage

Also proposed upstream as https://sourceforge.net/p/ms-sys/patches/8/
This commit is contained in:
Arnout Engelen
2020-01-12 04:52:34 +01:00
committed by Niklas Hambüchen
parent 2e8fc97dbf
commit b0ec8d6d2a
2 changed files with 14 additions and 0 deletions
+2
View File
@@ -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 ];