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:
committed by
Niklas Hambüchen
parent
2e8fc97dbf
commit
b0ec8d6d2a
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user