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-01-03 11:44:23 -0500
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2020-01-03 11:44:23 -0500
commitbb890c45612a14e7f9fb8bc08d24e6d0a5d0402c (patch)
tree67b38a38564e0e4c654cbd3e7251cd955c6ae8fd /pkgs/top-level/static.nix
parent4541012bdbcb5da522e056b75808fa5fa263fc23 (diff)
downloadnixlib-bb890c45612a14e7f9fb8bc08d24e6d0a5d0402c.tar
nixlib-bb890c45612a14e7f9fb8bc08d24e6d0a5d0402c.tar.gz
nixlib-bb890c45612a14e7f9fb8bc08d24e6d0a5d0402c.tar.bz2
nixlib-bb890c45612a14e7f9fb8bc08d24e6d0a5d0402c.tar.lz
nixlib-bb890c45612a14e7f9fb8bc08d24e6d0a5d0402c.tar.xz
nixlib-bb890c45612a14e7f9fb8bc08d24e6d0a5d0402c.tar.zst
nixlib-bb890c45612a14e7f9fb8bc08d24e6d0a5d0402c.zip
double-conversion: remove the "static" option
pkgsStatic.double-conversion already has CMAKE_BUILD_SHARED set to OFF.
Diffstat (limited to 'pkgs/top-level/static.nix')
-rw-r--r--pkgs/top-level/static.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/top-level/static.nix b/pkgs/top-level/static.nix
index 8886e6bb9b41..bcf68b17a66f 100644
--- a/pkgs/top-level/static.nix
+++ b/pkgs/top-level/static.nix
@@ -184,9 +184,6 @@ in {
     static = true;
     twisted = null;
   };
-  double-conversion = super.double-conversion.override {
-    static = true;
-  };
   gmp = super.gmp.override {
     withStatic = true;
   };