treewide: Make explicit that 'dev' output of gst_all_1.gstreamer is used

This commit is contained in:
Tuomas Tynkkynen 2016-08-23 03:32:59 +03:00
parent 27bb66bd94
commit 526aee8340

View File

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = [
# This flag should be picked up through pkgconfig, but it isn't.
"-I${gst_all_1.gstreamer}/lib/gstreamer-1.0/include"
"-I${gst_all_1.gstreamer.dev}/lib/gstreamer-1.0/include"
];
nativeBuildInputs = [ cmake pkgconfig ] ++ optional withQt5 extra-cmake-modules;