about summary refs log tree commit diff
path: root/pkgs/top-level/static.nix
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2020-05-11 20:34:33 -0400
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2020-05-11 22:34:24 -0400
commitf149c7030a73d5be8c9002806d049042a5088c79 (patch)
tree5c2023a3f2a319bb8cfa539b8144d6d5f9ab3b23 /pkgs/top-level/static.nix
parentcfe68f2b68b7a7c2e5347c496b6963af30d18d3f (diff)
downloadnixlib-f149c7030a73d5be8c9002806d049042a5088c79.tar
nixlib-f149c7030a73d5be8c9002806d049042a5088c79.tar.gz
nixlib-f149c7030a73d5be8c9002806d049042a5088c79.tar.bz2
nixlib-f149c7030a73d5be8c9002806d049042a5088c79.tar.lz
nixlib-f149c7030a73d5be8c9002806d049042a5088c79.tar.xz
nixlib-f149c7030a73d5be8c9002806d049042a5088c79.tar.zst
nixlib-f149c7030a73d5be8c9002806d049042a5088c79.zip
arrow-cpp: 0.16.0 -> 0.17.0
Diffstat (limited to 'pkgs/top-level/static.nix')
-rw-r--r--pkgs/top-level/static.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/top-level/static.nix b/pkgs/top-level/static.nix
index c7db64b99f6f..6f331b20d3fc 100644
--- a/pkgs/top-level/static.nix
+++ b/pkgs/top-level/static.nix
@@ -166,7 +166,6 @@ in {
   });
   arrow-cpp = super.arrow-cpp.override {
     enableShared = false;
-    python = { pkgs = { python = null; numpy = null; }; };
   };
   boost = super.boost.override {
     enableStatic = true;