Skip to content

Commit

Permalink
lightningcss: enable aarch64-linux builds and set platform to all
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor committed Nov 4, 2024
1 parent f9c15bc commit 0e68d7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/by-name/li/lightningcss/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ rustPlatform.buildRustPackage rec {
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ johnrtitor toastal ];
mainProgram = "lightningcss";
# never built on aarch64-linux since first introduction in nixpkgs
broken = stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64;
platforms = lib.platforms.all;
};
}

0 comments on commit 0e68d7b

Please sign in to comment.