[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: perl-markdown-discount: Use a shorter patch file name.
From: |
Ludovic Courtès |
Subject: |
04/05: gnu: perl-markdown-discount: Use a shorter patch file name. |
Date: |
Tue, 28 Nov 2017 09:20:56 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 1da3d2a3a1b53bdd71774194f4afc13f35bb18e3
Author: Ludovic Courtès <address@hidden>
Date: Tue Nov 28 14:57:16 2017 +0100
gnu: perl-markdown-discount: Use a shorter patch file name.
*
gnu/packages/patches/perl-text-markdown-discount-use-system-markdown.patch:
Rename to...
* gnu/packages/patches/perl-text-markdown-discount-unbundle.patch:
... this.
* gnu/packages/markup.scm (perl-text-markdown-discount): Adjust accordingly.
---
gnu/packages/markup.scm | 2 +-
...system-markdown.patch => perl-text-markdown-discount-unbundle.patch} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
index 6a0902c..4426258 100644
--- a/gnu/packages/markup.scm
+++ b/gnu/packages/markup.scm
@@ -161,7 +161,7 @@ convert it to structurally valid XHTML (or HTML).")
(base32
"1xx7v3wnla7m6wa3h33whxw3vvincaicg4yra1b9wbzf2aix9rnw"))
(patches
- (search-patches
"perl-text-markdown-discount-use-system-markdown.patch"))))
+ (search-patches "perl-text-markdown-discount-unbundle.patch"))))
(build-system perl-build-system)
(arguments
`(#:phases
diff --git
a/gnu/packages/patches/perl-text-markdown-discount-use-system-markdown.patch
b/gnu/packages/patches/perl-text-markdown-discount-unbundle.patch
similarity index 100%
rename from
gnu/packages/patches/perl-text-markdown-discount-use-system-markdown.patch
rename to gnu/packages/patches/perl-text-markdown-discount-unbundle.patch