about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-12-11 14:12:22 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-11 10:21:22 -0800
commitd2b5486ae949b9092b4f56c93d694cbea09c05a6 (patch)
treeb7652584f68e278e0e72fc71b20e8e9323ab6810 /pkgs/top-level
parent624ecbbcaa6d25d8bc05a61e3ec9d5a3b43fb837 (diff)
python3Packages.stickytape: init at 0.2.1
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index f51a363c2f948..2a07ff705f0bb 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -9141,6 +9141,8 @@ in {
 
   stevedore = callPackage ../development/python-modules/stevedore { };
 
+  stickytape = callPackage ../development/python-modules/stickytape { };
+
   stm32loader = callPackage ../development/python-modules/stm32loader { };
 
   stone = callPackage ../development/python-modules/stone { };