summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-23 14:44:58 +0100
committerGitHub <noreply@github.com>2021-01-23 14:44:58 +0100
commitef9cd0712e7fc1381b24929ca443a927a088a524 (patch)
treebd2cee502cc18da3c4869067f18c2d080c522040 /pkgs/top-level
parent6550dfd0faa6562357d1a73296e1d681f81bac41 (diff)
parentbfa62ed53cc86293134005fd538a468acd9b8fbe (diff)
downloadnixpkgs-ef9cd0712e7fc1381b24929ca443a927a088a524.tar
nixpkgs-ef9cd0712e7fc1381b24929ca443a927a088a524.tar.gz
nixpkgs-ef9cd0712e7fc1381b24929ca443a927a088a524.tar.bz2
nixpkgs-ef9cd0712e7fc1381b24929ca443a927a088a524.tar.lz
nixpkgs-ef9cd0712e7fc1381b24929ca443a927a088a524.tar.xz
nixpkgs-ef9cd0712e7fc1381b24929ca443a927a088a524.tar.zst
nixpkgs-ef9cd0712e7fc1381b24929ca443a927a088a524.zip
Merge pull request #110573 from fabaff/amcrest
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 84c11b5cd0f..4f0c63410de 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -318,6 +318,8 @@ in {
 
   ambiclimate = callPackage ../development/python-modules/ambiclimate { };
 
+  amcrest = callPackage ../development/python-modules/amcrest { };
+
   amply = callPackage ../development/python-modules/amply { };
 
   amqp = callPackage ../development/python-modules/amqp { };