lightningcss: enable aarch64-linux builds and set platform to all

This commit is contained in:
John Titor 2024-11-04 23:12:00 +05:30
parent f9c15bce32
commit 0e68d7bdfb
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -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;
};
}