dos2unix: gettext needed for linking (#22288)
This commit is contained in:
parent
70c505a0b8
commit
d166ca91f1
@ -14,7 +14,7 @@ class Dos2unix(MakefilePackage):
|
||||
|
||||
version('7.3.4', sha256='8ccda7bbc5a2f903dafd95900abb5bf5e77a769b572ef25150fde4056c5f30c5')
|
||||
|
||||
depends_on('gettext', type='build')
|
||||
depends_on('gettext')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
make('prefix={0}'.format(prefix), 'install')
|
||||
|
Loading…
Reference in New Issue
Block a user