guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: icu4c: Explicitly add patch flags in replace


From: guix-commits
Subject: branch master updated: gnu: icu4c: Explicitly add patch flags in replacement package.
Date: Thu, 26 Mar 2020 16:15:37 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3089b70  gnu: icu4c: Explicitly add patch flags in replacement package.
3089b70 is described below

commit 3089b70d766bd9ec70e1464867130b7b864fbe17
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Mar 26 21:15:08 2020 +0100

    gnu: icu4c: Explicitly add patch flags in replacement package.
    
    This is to prevent a build failure when this gets merged to 'core-updates'
    which does not have any patch-flags to inherit.
    
    * gnu/packages/icu4c.scm (icu4c/fixed)[source](patch-flags): New field.
---
 gnu/packages/icu4c.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/icu4c.scm b/gnu/packages/icu4c.scm
index bc74da5..3869016 100644
--- a/gnu/packages/icu4c.scm
+++ b/gnu/packages/icu4c.scm
@@ -111,6 +111,7 @@ C/C++ part.")
     (inherit icu4c)
     (source (origin
               (inherit (package-source icu4c))
+              (patch-flags '("-p2"))
               (patches (append
                          (origin-patches (package-source icu4c))
                          (search-patches



reply via email to

[Prev in Thread] Current Thread [Next in Thread]