mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 14:09:17 +03:00
lighthouse: mark cross as broken (#413838)
This commit is contained in:
commit
82271c268c
1 changed files with 3 additions and 1 deletions
|
@ -141,6 +141,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
pmw
|
pmw
|
||||||
];
|
];
|
||||||
mainProgram = "lighthouse";
|
mainProgram = "lighthouse";
|
||||||
broken = stdenv.hostPlatform.isDarwin;
|
# can't compile build script with host libraries
|
||||||
|
broken =
|
||||||
|
stdenv.hostPlatform.isDarwin || !lib.systems.equals stdenv.buildPlatform stdenv.hostPlatform;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue