mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +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
|
||||
};
|
||||
|
||||
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