Commit Graph

12 Commits

Author SHA1 Message Date
John Titor
0e68d7bdfb
lightningcss: enable aarch64-linux builds and set platform to all 2024-11-04 23:12:00 +05:30
โทสตัล
f9c15bce32 lightningcss: 1.27.0 → 1.28.0 2024-11-04 23:21:45 +07:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
John Titor
c8c60dd85d
lightningcss: 1.26.0 -> 1.27.0 2024-09-11 15:31:01 +05:30
R. RyanTM
48206cca1f
lightningcss: 1.25.1 -> 1.26.0 (#332913) 2024-08-07 19:54:22 +05:30
John Titor
82bc7c5756
lightningcss: 1.25.0 -> 1.25.1
cleanup
2024-05-25 12:29:41 +05:30
toastal
f503b4f319 lightningcss: 1.24.1 → 1.25.0
<system-color> panic regression still persists
https://github.com/parcel-bundler/lightningcss/issues/685

patch unmerged for napi & cargo auditable
https://github.com/parcel-bundler/lightningcss/pull/713
2024-05-18 21:04:55 +07:00
John Titor
5e8ff032e8
lightningcss: add update-script 2024-05-13 22:42:42 +05:30
Jörg Thalheim
042af1d9f3
Merge pull request #302174 from JohnRTitor/lightningcss
lightningcss: 1.24.0 -> 1.24.1
2024-04-10 08:59:22 +02:00
John Titor
c5dc9a0758
maintainers: add johnrtitor 2024-04-09 00:50:00 +05:30
John Titor
5af750a43a
lightningcss: 1.24.0 -> 1.24.1
Additionally patch ./napi/Cargo.toml to allow building lightningcss-napi
https://github.com/parcel-bundler/lightningcss/pull/713
https://github.com/parcel-bundler/lightningcss/issues/702
2024-04-07 02:02:29 +05:30
toastal
20eadafbf9 lightningcss: 1.23.0 → 1.24.0 2024-02-23 19:08:03 +07:00