tracy-wayland: drop darwin as supported platform (#427199)
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
}:
|
||||
|
||||
assert withGtkFileSelector -> stdenv.hostPlatform.isLinux;
|
||||
assert withWayland -> stdenv.hostPlatform.isLinux;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = if withWayland then "tracy-wayland" else "tracy-glfw";
|
||||
@@ -130,6 +129,6 @@ stdenv.mkDerivation rec {
|
||||
mpickering
|
||||
nagisa
|
||||
];
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
platforms = platforms.linux ++ lib.optionals (!withWayland) platforms.darwin;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user