forked from mirrors/nixpkgs
treewide: Make explicit that 'dev' output of gst_all_1.gstreamer is used
This commit is contained in:
parent
27bb66bd94
commit
526aee8340
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = [
|
NIX_CFLAGS_COMPILE = [
|
||||||
# This flag should be picked up through pkgconfig, but it isn't.
|
# 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;
|
nativeBuildInputs = [ cmake pkgconfig ] ++ optional withQt5 extra-cmake-modules;
|
||||||
|
|
Loading…
Add table
Reference in a new issue