mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
committed by
github-actions[bot]
parent
122a628dee
commit
78afa39b98
@@ -134,7 +134,10 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
gpl3Only
|
||||
mit # wayvr-ipc
|
||||
];
|
||||
maintainers = with lib.maintainers; [ Scrumplex ];
|
||||
maintainers = with lib.maintainers; [
|
||||
Scrumplex
|
||||
ImSapphire
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
broken = stdenv.hostPlatform.isAarch64 && withOpenVR;
|
||||
mainProgram = "wayvr";
|
||||
|
||||
Reference in New Issue
Block a user