removing vestigial lines from a previous commit
This commit is contained in:
parent
607f263fbc
commit
277df08676
@ -133,10 +133,6 @@ def add_path(path_name, directory):
|
||||
if self.spec.package.extends(spack.spec.Spec('ruby')):
|
||||
add_path('GEM_PATH', self.spec.prefix)
|
||||
|
||||
# Allow module path extensions from packages
|
||||
for key, val in self.spec.package.extra_environment:
|
||||
add_path(key, val)
|
||||
|
||||
# short description is just the package + version
|
||||
# TODO: maybe packages can optionally provide it.
|
||||
self.short_description = self.spec.format("$_ $@")
|
||||
|
Loading…
Reference in New Issue
Block a user