summary refs log tree commit diff
path: root/pkgs/top-level/static.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2020-01-06 11:58:18 +0100
committerGitHub <noreply@github.com>2020-01-06 11:58:18 +0100
commitf4b4ef130a9e6691709a124160c334fe91381da3 (patch)
tree826938a48523a5e6fd3992d5350fb5e4a7cf1624 /pkgs/top-level/static.nix
parentd8369edfcda8bc253694e70b4d164c15525dbbc8 (diff)
parentbb890c45612a14e7f9fb8bc08d24e6d0a5d0402c (diff)
downloadnixpkgs-f4b4ef130a9e6691709a124160c334fe91381da3.tar
nixpkgs-f4b4ef130a9e6691709a124160c334fe91381da3.tar.gz
nixpkgs-f4b4ef130a9e6691709a124160c334fe91381da3.tar.bz2
nixpkgs-f4b4ef130a9e6691709a124160c334fe91381da3.tar.lz
nixpkgs-f4b4ef130a9e6691709a124160c334fe91381da3.tar.xz
nixpkgs-f4b4ef130a9e6691709a124160c334fe91381da3.tar.zst
nixpkgs-f4b4ef130a9e6691709a124160c334fe91381da3.zip
Merge pull request #76659 from veprbl/pr/cmake_static_adapter
pkgsStatic: set BUILD_SHARED_LIBS=OFF for cmake
Diffstat (limited to 'pkgs/top-level/static.nix')
-rw-r--r--pkgs/top-level/static.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/top-level/static.nix b/pkgs/top-level/static.nix
index 40673426136..90a097ff3a0 100644
--- a/pkgs/top-level/static.nix
+++ b/pkgs/top-level/static.nix
@@ -185,21 +185,12 @@ in {
     static = true;
     twisted = null;
   };
-  double-conversion = super.double-conversion.override {
-    static = true;
-  };
   gmp = super.gmp.override {
     withStatic = true;
   };
   gflags = super.gflags.override {
     enableShared = false;
   };
-  glog = super.glog.override {
-    static = true;
-  };
-  gtest = super.gtest.override {
-    static = true;
-  };
   cdo = super.cdo.override {
     enable_all_static = true;
   };