lightningcss: add mainProgram
This commit is contained in:
parent
0b5a25c9af
commit
b271eb8aab
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue