dos2unix: gettext needed for linking (#22288)

This commit is contained in:
Adam J. Stewart
2021-03-15 13:19:15 -05:00
committed by GitHub
parent 70c505a0b8
commit d166ca91f1

View File

@@ -14,7 +14,7 @@ class Dos2unix(MakefilePackage):
version('7.3.4', sha256='8ccda7bbc5a2f903dafd95900abb5bf5e77a769b572ef25150fde4056c5f30c5') version('7.3.4', sha256='8ccda7bbc5a2f903dafd95900abb5bf5e77a769b572ef25150fde4056c5f30c5')
depends_on('gettext', type='build') depends_on('gettext')
def install(self, spec, prefix): def install(self, spec, prefix):
make('prefix={0}'.format(prefix), 'install') make('prefix={0}'.format(prefix), 'install')