Unverified Commit c70bbc80 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

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

parents 845fd0d8 899e9593
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"