mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 08:01:50 +00:00
gstreamer: Use multiple outputs
This commit is contained in:
parent
711b536934
commit
7c31bc7e89
|
@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1nkid1n2l3rrlmq5qrf5yy06grrkwjh3yxl5g0w58w0pih8allci";
|
sha256 = "1nkid1n2l3rrlmq5qrf5yy06grrkwjh3yxl5g0w58w0pih8allci";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
buildInputs = [ perl bison flex pkgconfig ];
|
buildInputs = [ perl bison flex pkgconfig ];
|
||||||
propagatedBuildInputs = [ glib libxml2 ] ++ libintlOrEmpty;
|
propagatedBuildInputs = [ glib libxml2 ] ++ libintlOrEmpty;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue