dos2unix: add build dependency on gettext (#17191)
This commit is contained in:
parent
0d08e18df5
commit
a76545b813
@ -14,5 +14,7 @@ class Dos2unix(MakefilePackage):
|
|||||||
|
|
||||||
version('7.3.4', sha256='8ccda7bbc5a2f903dafd95900abb5bf5e77a769b572ef25150fde4056c5f30c5')
|
version('7.3.4', sha256='8ccda7bbc5a2f903dafd95900abb5bf5e77a769b572ef25150fde4056c5f30c5')
|
||||||
|
|
||||||
|
depends_on('gettext', type='build')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
make('prefix={0}'.format(prefix), 'install')
|
make('prefix={0}'.format(prefix), 'install')
|
||||||
|
Loading…
Reference in New Issue
Block a user