Commit edfe0738 authored by Anderson Torres's avatar Anderson Torres
Browse files

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
parent 08573721
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
  };
})