summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorWael M. Nasreddine <wael.nasreddine@gmail.com>2021-08-18 22:13:23 -0700
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-08-21 17:14:04 +0000
commit5794e35b25e47df6a7c5261eabc50dd5f6eabdb8 (patch)
tree4d8e1bbdd8efacef78077ce75127c0d53ce59351 /pkgs/development/python-modules
parentMerge pull request #135074 from NixOS/backport-134616-to-release-21.05 (diff)
downloadnixpkgs-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.nix2
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";