ocamlPackages.gstreamer: move CFLAGS_COMPILE into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-03-23 16:55:44 +01:00
parent fdc7b8f7b3
commit 899e95937e
@@ -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"