From b0b86e5ffea5d11c75ae1946f23aa81ff899220c Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Tue, 25 Jul 2017 02:51:17 +0200 Subject: fix GobjectIntrospection on Darwin (#4872) * fix GobjectIntrospection on Darwin * minor --- var/spack/repos/builtin/packages/gobject-introspection/package.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/var/spack/repos/builtin/packages/gobject-introspection/package.py b/var/spack/repos/builtin/packages/gobject-introspection/package.py index 44078d059e..26e5da3d56 100644 --- a/var/spack/repos/builtin/packages/gobject-introspection/package.py +++ b/var/spack/repos/builtin/packages/gobject-introspection/package.py @@ -46,6 +46,9 @@ class GobjectIntrospection(Package): depends_on("flex", type="build") depends_on("pkg-config@0.9.0:", type="build") + # GobjectIntrospection does not build with sed from darwin: + depends_on('sed', when='platform=darwin', type='build') + # This package creates several scripts from # toosl/g-ir-tool-template.in. In their original form these # scripts end up with a sbang line like -- cgit v1.2.3-70-g09d2