Skip to content
Snippets Groups Projects
Unverified Commit a76545b8 authored by darmac's avatar darmac Committed by GitHub
Browse files

dos2unix: add build dependency on gettext (#17191)

parent 0d08e18d
No related branches found
No related tags found
No related merge requests found
...@@ -14,5 +14,7 @@ class Dos2unix(MakefilePackage): ...@@ -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')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment