mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
libXvMC: Split into multiple outputs
This commit is contained in:
parent
d24bc080f7
commit
c7e3ee4153
@ -220,8 +220,10 @@ in
|
||||
outputs = [ "dev" "out" "doc" ]; # just dev-doc
|
||||
};
|
||||
|
||||
libXvMC = attrs: attrs
|
||||
// { buildInputs = attrs.buildInputs ++ [xorg.renderproto]; };
|
||||
libXvMC = attrs: attrs // {
|
||||
outputs = [ "dev" "out" "doc" ];
|
||||
buildInputs = attrs.buildInputs ++ [xorg.renderproto];
|
||||
};
|
||||
|
||||
libXpm = attrs: attrs // {
|
||||
outputs = [ "dev" "out" "bin" ]; # tiny man in $bin
|
||||
|
Loading…
Reference in New Issue
Block a user