forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Additionally patch ./napi/Cargo.toml to allow building lightningcss-napi parcel-bundler/lightningcss#713 parcel-bundler/lightningcss#702
- Loading branch information
1 parent
8c3463d
commit 5af750a
Showing
2 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
pkgs/by-name/li/lightningcss/0001-napi-fix-build-error-in-cargo-auditable.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
diff --git a/napi/Cargo.toml b/napi/Cargo.toml | ||
index 3360a9c..86d6ba5 100644 | ||
--- a/napi/Cargo.toml | ||
+++ b/napi/Cargo.toml | ||
@@ -10,7 +10,7 @@ edition = "2021" | ||
[features] | ||
default = [] | ||
visitor = ["lightningcss/visitor"] | ||
-bundler = ["dep:crossbeam-channel", "dep:rayon"] | ||
+bundler = ["dep:crossbeam-channel", "rayon"] | ||
|
||
[dependencies] | ||
serde = { version = "1.0.123", features = ["derive"] } | ||
-- | ||
2.44.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters