mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
gst-plugins-base: Use multiple outputs
This commit is contained in:
parent
62f055af47
commit
5df3ec85d8
|
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
|
|||
patch -p1 < ${./gcc-4.9.patch}
|
||||
'';
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
# TODO : v4l, libvisual
|
||||
buildInputs =
|
||||
[ pkgconfig glib cairo orc ]
|
||||
|
|
Loading…
Reference in a new issue