mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 11:05:14 +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 New Issue
Block a user