1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

gstreamer: Use multiple outputs

This commit is contained in:
Eelco Dolstra 2016-09-22 18:05:25 +02:00
parent 711b536934
commit 7c31bc7e89

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
sha256 = "1nkid1n2l3rrlmq5qrf5yy06grrkwjh3yxl5g0w58w0pih8allci";
};
outputs = [ "out" "dev" ];
buildInputs = [ perl bison flex pkgconfig ];
propagatedBuildInputs = [ glib libxml2 ] ++ libintlOrEmpty;