Updated nettle to have m4 as an immediate dependency (#1946)
* Updated nettle to have m4 as an immediate dependency to match new PATH construction logic which only includes immediate dependencies. * Update package.py
This commit is contained in:
parent
98f8f40896
commit
6e9353f1a8
@ -36,6 +36,7 @@ class Nettle(Package):
|
|||||||
version('2.7', '2caa1bd667c35db71becb93c5d89737f')
|
version('2.7', '2caa1bd667c35db71becb93c5d89737f')
|
||||||
|
|
||||||
depends_on('gmp')
|
depends_on('gmp')
|
||||||
|
depends_on('m4', type='build')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure('--prefix={0}'.format(prefix))
|
configure('--prefix={0}'.format(prefix))
|
||||||
|
Loading…
Reference in New Issue
Block a user