From 6ccb554f3b9f96834e9af313cdfd69b971fd35fa Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 13 Jan 2018 21:12:56 +0300 Subject: tifffile: init at 0.13.0 (#33750) * tifffile: init at v0.13.0 * python.pkgs.tifffile: actually run tests --- pkgs/top-level/python-packages.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/top-level') diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index fec2e3fd493..2ec70db9377 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -17779,6 +17779,8 @@ in { tiros = callPackage ../development/python-modules/tiros { }; + tifffile = callPackage ../development/python-modules/tifffile { }; + # Tkinter/tkinter is part of the Python standard library. # The Python interpreters in Nixpkgs come without tkinter by default. # To make the module available, we make it available as any other -- cgit 1.4.1