[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40414] [PATCH] gnu: mingw: Add mingw-w64 reproducibility patches.
From: |
Mathieu Othacehe |
Subject: |
[bug#40414] [PATCH] gnu: mingw: Add mingw-w64 reproducibility patches. |
Date: |
Sat, 04 Apr 2020 13:00:53 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
> + (patches (search-patches "mingw-w64-6.0.0-gcc.patch"
> +
> "mingw-w64-dlltool-temp-prefix.patch"
> +
> "mingw-w64-reproducible-gendef.patch"))))
Also you can add a break after "patches" so that you respect the 78
columns limit, this way:
--8<---------------cut here---------------start------------->8---
(patches
(search-patches "mingw-w64-6.0.0-gcc.patch"
"mingw-w64-dlltool-temp-prefix.patch"
"mingw-w64-reproducible-gendef.patch"))))
--8<---------------cut here---------------end--------------->8---
Thanks,
Mathieu