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:
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user