From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:43471) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jKgYt-0004D9-6S for guix-patches@gnu.org; Sat, 04 Apr 2020 07:02:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jKgYs-0001e6-8l for guix-patches@gnu.org; Sat, 04 Apr 2020 07:02:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60225) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jKgYs-0001cl-54 for guix-patches@gnu.org; Sat, 04 Apr 2020 07:02:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jKgYs-0002nl-27 for guix-patches@gnu.org; Sat, 04 Apr 2020 07:02:02 -0400 Subject: [bug#40414] [PATCH] gnu: mingw: Add mingw-w64 reproducibility patches. Resent-Message-ID: From: Mathieu Othacehe References: Date: Sat, 04 Apr 2020 13:00:53 +0200 In-Reply-To: (Carl Dong's message of "Fri, 03 Apr 2020 19:00:49 +0000") Message-ID: <87wo6vtt0a.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Carl Dong Cc: 40414@debbugs.gnu.org > + (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