Merge pull request #234441 from wegank/johnnycanencrypt-refactor
python310Packages.johnnycanencrypt: migrate to bindgenHook
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
, fetchFromGitHub
|
||||
, buildPythonPackage
|
||||
, rustPlatform
|
||||
, llvmPackages
|
||||
, pkg-config
|
||||
, pcsclite
|
||||
, nettle
|
||||
@@ -35,16 +34,14 @@ buildPythonPackage rec {
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
LIBCLANG_PATH = "${llvmPackages.libclang.lib}/lib";
|
||||
|
||||
propagatedBuildInputs = [
|
||||
httpx
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
llvmPackages.clang
|
||||
pkg-config
|
||||
] ++ (with rustPlatform; [
|
||||
bindgenHook
|
||||
cargoSetupHook
|
||||
maturinBuildHook
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user