Hi John!

You could try creating a gobject-introspection variant with cairo enabled and use that variant as native-input for your packages.

Something like this:

```
(define-public gobject-introspection+cairo
  (hidden-package
   (package
     (inherit gobject-introspection)
     (arguments
(substitute-keyword-arguments (package-arguments gobject-introspection)
        ((#:configure-flags flags ''())
         `(cons* "-Dcairo=true" ,flags))))
     (inputs
      `(("cairo" ,cairo)
        ,@(package-inputs gobject-introspection))))))
```

Regards,
RG.

Attachment: OpenPGP_0x5F5816647F8BE551.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to