dos2unix: add build dependency on gettext (#17191)

This commit is contained in:
darmac 2020-06-22 19:37:26 +08:00 committed by GitHub
parent 0d08e18df5
commit a76545b813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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