mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03: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
|
outputs = [ "dev" "out" "doc" ]; # just dev-doc
|
||||||
};
|
};
|
||||||
|
|
||||||
libXvMC = attrs: attrs
|
libXvMC = attrs: attrs // {
|
||||||
// { buildInputs = attrs.buildInputs ++ [xorg.renderproto]; };
|
outputs = [ "dev" "out" "doc" ];
|
||||||
|
buildInputs = attrs.buildInputs ++ [xorg.renderproto];
|
||||||
|
};
|
||||||
|
|
||||||
libXpm = attrs: attrs // {
|
libXpm = attrs: attrs // {
|
||||||
outputs = [ "dev" "out" "bin" ]; # tiny man in $bin
|
outputs = [ "dev" "out" "bin" ]; # tiny man in $bin
|
||||||
|
Loading…
Reference in New Issue
Block a user