working
This commit is contained in:
parent
b11ab8a728
commit
4febac2085
7 changed files with 502 additions and 276 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue