diff options
| author | Wael M. Nasreddine <wael.nasreddine@gmail.com> | 2021-08-18 22:13:23 -0700 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-08-21 17:14:04 +0000 |
| commit | 5794e35b25e47df6a7c5261eabc50dd5f6eabdb8 (patch) | |
| tree | 4d8e1bbdd8efacef78077ce75127c0d53ce59351 /pkgs/development/python-modules | |
| parent | Merge pull request #135074 from NixOS/backport-134616-to-release-21.05 (diff) | |
| download | nixpkgs-5794e35b25e47df6a7c5261eabc50dd5f6eabdb8.tar.gz | |
onlykey-agent: init at 1.0.2
(cherry picked from commit 8b8cd493ef8e70cdb97d05ce95ba37e75cdea431)
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/libagent/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/libagent/default.nix b/pkgs/development/python-modules/libagent/default.nix index 5334513e23c8..6fdc286855a1 100644 --- a/pkgs/development/python-modules/libagent/default.nix +++ b/pkgs/development/python-modules/libagent/default.nix @@ -2,6 +2,8 @@ unidecode, mock, pytest , backports-shutil-which, ConfigArgParse, python-daemon, pymsgbox }: +# XXX: when changing this package, please test the package onlykey-agent. + buildPythonPackage rec { pname = "libagent"; version = "0.14.1"; |
