deepin.deepin-camera: move NIX_CFLAGS_COMPILE to the env attrset

This commit is contained in:
rewine 2023-03-01 15:44:27 +08:00
parent 782661aa4f
commit ee7e41392f

View File

@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [ "-DVERSION=${version}" ];
NIX_CFLAGS_COMPILE = [
env.NIX_CFLAGS_COMPILE = toString [
"-I${gst_all_1.gstreamer.dev}/include/gstreamer-1.0"
"-I${gst_all_1.gst-plugins-base.dev}/include/gstreamer-1.0"
];