Merge pull request #272302 from panicgh/pynitrokey

pynitrokey: convert to Python package
This commit is contained in:
Peder Bergebakken Sundt 2023-12-08 12:35:30 +01:00 committed by GitHub
commit 8ecc133024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ lib
, buildPythonApplication
, buildPythonPackage
, fetchPypi
, pythonRelaxDepsHook
, installShellFiles
@ -34,7 +34,7 @@ let
mainProgram = "nitropy";
in
buildPythonApplication {
buildPythonPackage {
inherit pname version;
pyproject = true;

View File

@ -1,7 +1,6 @@
{ lib
, python3
, fetchFromGitHub
, pynitrokey
, wrapQtAppsHook
}:

View File

@ -41721,7 +41721,7 @@ with pkgs;
xrq = callPackage ../applications/misc/xrq { };
pynitrokey = python3Packages.callPackage ../tools/security/pynitrokey { };
pynitrokey = with python3Packages; toPythonApplication pynitrokey;
nitrokey-app = libsForQt5.callPackage ../tools/security/nitrokey-app { };

View File

@ -9343,6 +9343,8 @@ self: super: with self; {
pyngrok = callPackage ../development/python-modules/pyngrok { };
pynitrokey = callPackage ../development/python-modules/pynitrokey { };
pynndescent = callPackage ../development/python-modules/pynndescent { };
pynobo = callPackage ../development/python-modules/pynobo { };