ocamlPackages.gstreamer: move CFLAGS_COMPILE into env for structuredAttrs (#502524)

This commit is contained in:
Yohann Boniface
2026-03-26 07:13:32 +00:00
committed by GitHub
@@ -27,7 +27,7 @@ buildDunePackage rec {
gst_all_1.gst-plugins-base
];
CFLAGS_COMPILE = [
env.CFLAGS_COMPILE = toString [
"-I${glib.dev}/include/glib-2.0"
"-I${glib.out}/lib/glib-2.0/include"
"-I${gst_all_1.gst-plugins-base.dev}/include/gstreamer-1.0"