gstreamer-1.0: multiple outputs

This commit is contained in:
Thomas Tuegel
2016-04-24 07:39:30 -05:00
parent a2e40003a1
commit 6a64edfa0e
13 changed files with 39 additions and 3 deletions

View File

@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
sha256 = "1pcy9pfffyk6xiw6aq38kbv7k24x2rljdy8fabjfy1abpmvvfrkn";
};
outputs = [ "dev" "out" ];
nativeBuildInputs = [
pkgconfig gobjectIntrospection
];