mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 12:17:39 +00:00
lightningcss: add mainProgram
This commit is contained in:
parent
0b5a25c9af
commit
b271eb8aab
@ -36,6 +36,7 @@ rustPlatform.buildRustPackage rec {
|
||||
changelog = "https://github.com/parcel-bundler/lightningcss/releases/tag/v${version}";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ toastal ];
|
||||
mainProgram = "lightningcss";
|
||||
# never built on aarch64-linux since first introduction in nixpkgs
|
||||
broken = stdenv.isLinux && stdenv.isAarch64;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user