This commit is contained in:
atagen 2025-11-17 09:20:25 +11:00
parent b11ab8a728
commit 4febac2085
7 changed files with 502 additions and 276 deletions

View file

@ -1,4 +1,5 @@
{
pkgs,
lib,
rustPlatform,
features ? [ ],
@ -35,6 +36,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
"abi-${toString abi}"
];
LIBCLANG_PATH = "${pkgs.libclang.lib}/lib";
C_INCLUDE_PATH = "${pkgs.linuxHeaders}/include";
meta = {
description = details.description;
homepage = details.repository;