summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/the-platinum-searcher/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/the-platinum-searcher/package.py b/var/spack/repos/builtin/packages/the-platinum-searcher/package.py
index 9c7c6a68a0..b7b91d8aab 100644
--- a/var/spack/repos/builtin/packages/the-platinum-searcher/package.py
+++ b/var/spack/repos/builtin/packages/the-platinum-searcher/package.py
@@ -14,7 +14,7 @@ class ThePlatinumSearcher(Package):
version('head')
- extends("go", deptypes='build')
+ extends("go", type='build')
def install(self, spec, prefix):
env['GOPATH'] = self.stage.source_path + ':' + env['GOPATH']