diff options
author | Fabian Affolter | 2024-04-04 11:31:38 +0200 |
---|---|---|
committer | Fabian Affolter | 2024-04-04 11:31:38 +0200 |
commit | 1e434d9a307cd0d0966f3e35a9793ef99450bebb (patch) | |
tree | daa4bf75fa2d2076981f482cbe58842059a92260 /pkgs/by-name/ko | |
parent | 85f22fecc2a0ef013cef7aeb3ebd80a7af0f8ab6 (diff) |
koodousfinder: relax keyring
Diffstat (limited to 'pkgs/by-name/ko')
-rw-r--r-- | pkgs/by-name/ko/koodousfinder/package.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/by-name/ko/koodousfinder/package.nix b/pkgs/by-name/ko/koodousfinder/package.nix index 669783657081..665925d9166c 100644 --- a/pkgs/by-name/ko/koodousfinder/package.nix +++ b/pkgs/by-name/ko/koodousfinder/package.nix @@ -17,8 +17,13 @@ python3.pkgs.buildPythonApplication rec { hash = "sha256-skCbt2lDKgSyZdHY3WImbr6CF0icrDPTIXNV1736gKk="; }; + pythonRelaxDeps = [ + "keyring" + ]; + nativeBuildInputs = with python3.pkgs; [ poetry-core + pythonRelaxDepsHook ]; propagatedBuildInputs = with python3.pkgs; [ |