aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/top-level/static.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/top-level/static.nix')
-rw-r--r--nixpkgs/pkgs/top-level/static.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/top-level/static.nix b/nixpkgs/pkgs/top-level/static.nix
index c7db64b99f6..6f331b20d3f 100644
--- a/nixpkgs/pkgs/top-level/static.nix
+++ b/nixpkgs/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;