fix GobjectIntrospection on Darwin (#4872)

* fix GobjectIntrospection on Darwin

* minor
This commit is contained in:
Denis Davydov 2017-07-25 02:51:17 +02:00 committed by Adam J. Stewart
parent 4237e5fffd
commit b0b86e5ffe

View file

@ -46,6 +46,9 @@ class GobjectIntrospection(Package):
depends_on("flex", type="build") depends_on("flex", type="build")
depends_on("pkg-config@0.9.0:", 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 # This package creates several scripts from
# toosl/g-ir-tool-template.in. In their original form these # toosl/g-ir-tool-template.in. In their original form these
# scripts end up with a sbang line like # scripts end up with a sbang line like