|
@@ -74,14 +74,14 @@
|
|
] ++ libsDarwin;
|
|
] ++ libsDarwin;
|
|
|
|
|
|
# WASM deps
|
|
# WASM deps
|
|
- # WASMInputs = with pkgs; [
|
|
|
|
- # ];
|
|
|
|
-
|
|
|
|
- # nativeBuildInputs = with pkgs; [
|
|
|
|
- # Add additional build inputs here
|
|
|
|
- #] ++ lib.optionals isDarwin [
|
|
|
|
- # Additional darwin specific native inputs can be set here
|
|
|
|
- # ];
|
|
|
|
|
|
+ WASMInputs = with pkgs; [
|
|
|
|
+ ];
|
|
|
|
+
|
|
|
|
+ nativeBuildInputs = with pkgs; [
|
|
|
|
+ #Add additional build inputs here
|
|
|
|
+ ] ++ lib.optionals isDarwin [
|
|
|
|
+ # Additional darwin specific native inputs can be set here
|
|
|
|
+ ];
|
|
in
|
|
in
|
|
{
|
|
{
|
|
checks = {
|
|
checks = {
|