mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
onlykey-agent: add missing pkg_resources
dependency
(cherry picked from commit 16367bebf7
)
This commit is contained in:
parent
8572fec8e0
commit
c6d50264fc
@ -52,7 +52,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
sha256 = "sha256-SbGb7CjcD7cFPvASZtip56B4uxRiFKZBvbsf6sb8fds=";
|
sha256 = "sha256-SbGb7CjcD7cFPvASZtip56B4uxRiFKZBvbsf6sb8fds=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [ lib-agent onlykey-cli ];
|
propagatedBuildInputs = with python3Packages; [ lib-agent onlykey-cli setuptools ];
|
||||||
|
|
||||||
# move the python library into the sitePackages.
|
# move the python library into the sitePackages.
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user