lavalauncher: mark as broken for Darwin

Mostly to fulfill the formalities, since (IIRC) it is not expected to
run in Darwin.

```meson.build:52:23: ERROR: C shared or static library 'rt' not found```

https://logs.ofborg.org/?key=nixos/nixpkgs.340239&attempt_id=1f05cada-67d2-4cfe-b6a8-4bf4571b9375
This commit is contained in:
Anderson Torres
2024-10-01 08:37:22 -03:00
parent 08573721b8
commit edfe07384d
+3
View File
@@ -71,5 +71,8 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "lavalauncher";
maintainers = with lib.maintainers; [ AndersonTorres ];
inherit (wayland.meta) platforms;
# meson.build:52:23: ERROR: C shared or static library 'rt' not found
# https://logs.ofborg.org/?key=nixos/nixpkgs.340239&attempt_id=1f05cada-67d2-4cfe-b6a8-4bf4571b9375
broken = stdenv.hostPlatform.isDarwin;
};
})