support cairo-trace (but it doesn't work)

this env var is needed for cairo-trace to run, but note it doesn't
actually print anything. I don't know why but will speculate that
it's a gir thing
This commit is contained in:
Daniel Barlow 2025-06-14 11:54:40 +01:00
parent 17e3e0397f
commit 2406a15db9

View File

@ -67,6 +67,7 @@ in stdenv.mkDerivation {
];
GIO_EXTRA_MODULES = [ "${glib-networking.out}/lib/gio/modules" ];
RXI_JSON="${rxi-json}/";
CAIRO_TRACE_SO = "${cairo.out}/lib/cairo/libcairo-trace.so";
makeFlags = [ "PREFIX=${placeholder "out"}" "NAME=${pname}" ];