about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorWael M. Nasreddine <wael.nasreddine@gmail.com>2019-08-08 17:46:01 -0700
committerWael M. Nasreddine <wael.nasreddine@gmail.com>2019-08-08 17:46:57 -0700
commitcfb84a0ee64a64c3ab3476c0ac3fc9e8174be666 (patch)
tree38c8ea86f490d1ebf6c35949560b467ddfdcf346 /pkgs/top-level
parented898bf0f408be6afc100ebdaf98db11908a7c26 (diff)
downloadnixlib-cfb84a0ee64a64c3ab3476c0ac3fc9e8174be666.tar
nixlib-cfb84a0ee64a64c3ab3476c0ac3fc9e8174be666.tar.gz
nixlib-cfb84a0ee64a64c3ab3476c0ac3fc9e8174be666.tar.bz2
nixlib-cfb84a0ee64a64c3ab3476c0ac3fc9e8174be666.tar.lz
nixlib-cfb84a0ee64a64c3ab3476c0ac3fc9e8174be666.tar.xz
nixlib-cfb84a0ee64a64c3ab3476c0ac3fc9e8174be666.tar.zst
nixlib-cfb84a0ee64a64c3ab3476c0ac3fc9e8174be666.zip
pythonPackages.fsspec: init at 0.4.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 6b89401cb958..a89c4bf837b8 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -579,6 +579,8 @@ in {
 
   filemagic = callPackage ../development/python-modules/filemagic { };
 
+  fsspec = callPackage ../development/python-modules/fsspec { };
+
   fuse = callPackage ../development/python-modules/fuse-python {
     inherit (pkgs) fuse pkgconfig;
   };