me
/
guix
Archived
1
0
Fork 0

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.
master
Marius Bakke 2020-03-26 21:15:08 +01:00
parent 9ea9ff6b0f
commit 3089b70d76
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -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