gnu: Add missing patch to local.mk.

  • Done
  • quality assurance status badge
Details
2 participants
  • Jonathan Brielmaier
  • Ludovic Courtès
Owner
unassigned
Submitted by
Jonathan Brielmaier
Severity
normal

Debbugs page

Jonathan Brielmaier wrote 6 years ago
(address . guix-patches@gnu.org)
147ced4a-057a-597d-62f0-9685a0115087@web.de
Hi,

it was forgotten to add the patch to gnu/local.mk. This break guix weather.

Jonathan
From f7bda9bb40750f4867bf3bb6569d97129e24b07c Mon Sep 17 00:00:00 2001
From: Jonathan Brielmaier <jbrielmaier@suse.de>
Date: Wed, 28 Nov 2018 12:49:06 +0100
Subject: [PATCH] gnu: Add missing patch to local.mk.

This was forgotten in 082d9383d1475b772f104f1a6b363e4c80d91cf9.

* gnu/lokal.mk (dist_patch_DATA): Add "ghc-haddock-library-unbundle.patch".
---
gnu/local.mk | 1 +
1 file changed, 1 insertion(+)

Toggle diff (14 lines)
diff --git a/gnu/local.mk b/gnu/local.mk
index 772002c9c..ac3228dbb 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -731,6 +731,7 @@ dist_patch_DATA = \
%D%/packages/patches/geoclue-config.patch \
%D%/packages/patches/ghc-8.0-fall-back-to-madv_dontneed.patch \
%D%/packages/patches/ghc-dont-pass-linker-flags-via-response-files.patch \
+ %D%/packages/patches/ghc-haddock-library-unbundle.patch \
%D%/packages/patches/ghostscript-CVE-2018-16509.patch \
%D%/packages/patches/ghostscript-bug-699708.patch \
%D%/packages/patches/ghostscript-no-header-id.patch \
--
2.16.4
Ludovic Courtès wrote 6 years ago
(name . Jonathan Brielmaier)(address . jonathan.brielmaier@web.de)
87a7ls9tdz.fsf@gnu.org
Hi Jonathan,

Jonathan Brielmaier <jonathan.brielmaier@web.de> skribis:

Toggle quote (9 lines)
>>From f7bda9bb40750f4867bf3bb6569d97129e24b07c Mon Sep 17 00:00:00 2001
> From: Jonathan Brielmaier <jbrielmaier@suse.de>
> Date: Wed, 28 Nov 2018 12:49:06 +0100
> Subject: [PATCH] gnu: Add missing patch to local.mk.
>
> This was forgotten in 082d9383d1475b772f104f1a6b363e4c80d91cf9.
>
> * gnu/lokal.mk (dist_patch_DATA): Add "ghc-haddock-library-unbundle.patch".

Good catch. Committed, thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 33538@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 33538
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help