lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
pkgs/development/libraries/phonon/backends/gstreamer.nix
··· 35 35 36 36 NIX_CFLAGS_COMPILE = [ 37 37 # This flag should be picked up through pkgconfig, but it isn't. 38 - "-I${gst_all_1.gstreamer}/lib/gstreamer-1.0/include" 38 + "-I${gst_all_1.gstreamer.dev}/lib/gstreamer-1.0/include" 39 39 ]; 40 40 41 41 nativeBuildInputs = [ cmake pkgconfig ] ++ optional withQt5 extra-cmake-modules;