gstreamer-1.0: multiple outputs

This commit is contained in:
Thomas Tuegel
2016-04-25 19:04:24 -05:00
parent a2e40003a1
commit 6a64edfa0e
13 changed files with 39 additions and 3 deletions
@@ -11,13 +11,15 @@ stdenv.mkDerivation rec {
url = "mirror://gnome/sources/gstreamermm/${ver_maj}/${name}.tar.xz";
sha256 = "0bj6and9b26d32bq90l8nx5wqh2ikkh8dm7qwxyxfdvmrzhixhgi";
};
outputs = [ "dev" "out" ];
nativeBuildInputs = [ pkgconfig file ];
propagatedBuildInputs = [ glibmm gst_all_1.gst-plugins-base ];
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "C++ interface for GStreamer";
homepage = http://gstreamer.freedesktop.org/bindings/cplusplus.html;