mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 20:53:22 +00:00
onlykey-cli: don't propagate cython
Propagating it will lead to multiple cython versions in the PYTHONPATH, which will fail the build during pythonCatchConflictsPhase.
This commit is contained in:
parent
bcec8bc401
commit
607215653b
@ -10,9 +10,12 @@ python3Packages.buildPythonApplication rec {
|
|||||||
sha256 = "sha256-ZmQnyZx9YlIIxMMdZ0U2zb+QANfcwrtG7iR1LpgzmBQ=";
|
sha256 = "sha256-ZmQnyZx9YlIIxMMdZ0U2zb+QANfcwrtG7iR1LpgzmBQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
build-system = with python3Packages; [
|
||||||
|
cython
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
aenum
|
aenum
|
||||||
cython
|
|
||||||
ecdsa
|
ecdsa
|
||||||
hidapi
|
hidapi
|
||||||
onlykey-solo-python
|
onlykey-solo-python
|
||||||
|
Loading…
Reference in New Issue
Block a user