moreutils: add v0.65 and xsltproc(libxslt) dependency (#23419)
This commit is contained in:
parent
c748f5a765
commit
2d9988c5b7
@ -16,11 +16,13 @@ class Moreutils(MakefilePackage):
|
||||
|
||||
maintainers = ['matthiasdiener']
|
||||
|
||||
version('0.65', sha256='ba0cfaa1ff6ead2b15c62a67292de66a366f9b815a09697b54677f7e15f5a2b2')
|
||||
version('0.63', sha256='01f0b331e07e62c70d58c2dabbb68f5c4ddae4ee6f2d8f070fd1e316108af72c')
|
||||
|
||||
depends_on('perl', type='build')
|
||||
depends_on('docbook-xsl', type='build')
|
||||
depends_on('libxml2', type='build')
|
||||
depends_on('libxslt', type='build')
|
||||
|
||||
def edit(self, spec, prefix):
|
||||
isutf8_makefile = FileFilter('is_utf8/Makefile')
|
||||
|
Loading…
Reference in New Issue
Block a user