mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
mesa: Add meta.platforms
This commit is contained in:
parent
d1c7eb8098
commit
43f576ea19
1 changed files with 3 additions and 0 deletions
|
@ -8783,6 +8783,9 @@ in
|
|||
mesa = mesaDarwinOr (buildEnv {
|
||||
name = "mesa-${mesa_noglu.version}";
|
||||
paths = [ mesa_noglu.dev mesa_noglu.out mesa_glu ];
|
||||
meta = {
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
});
|
||||
|
||||
meterbridge = callPackage ../applications/audio/meterbridge { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue