mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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.
This commit is contained in:
parent
c397dfca03
commit
1da3d2a3a1
2 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ (define-public perl-text-markdown-discount
|
||||||
(base32
|
(base32
|
||||||
"1xx7v3wnla7m6wa3h33whxw3vvincaicg4yra1b9wbzf2aix9rnw"))
|
"1xx7v3wnla7m6wa3h33whxw3vvincaicg4yra1b9wbzf2aix9rnw"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "perl-text-markdown-discount-use-system-markdown.patch"))))
|
(search-patches "perl-text-markdown-discount-unbundle.patch"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue