mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
Merge pull request #234441 from wegank/johnnycanencrypt-refactor
python310Packages.johnnycanencrypt: migrate to bindgenHook
This commit is contained in:
commit
4877a270df
@ -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
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user