summary refs log tree commit diff
path: root/pkgs/top-level/static.nix
diff options
context:
space:
mode:
authorTobias Mayer <tobim@fastmail.fm>2019-12-16 13:05:48 +0100
committerTobias Mayer <tobim@fastmail.fm>2019-12-29 10:57:16 +0100
commit93da24ca80f04349b5fc00848ae0a20120607e5c (patch)
treeb24dbc6cc28026e7df52639cd5da58f97d88dcfd /pkgs/top-level/static.nix
parentd567c7e49768f001de428573777ad5cd0265092c (diff)
downloadnixpkgs-93da24ca80f04349b5fc00848ae0a20120607e5c.tar
nixpkgs-93da24ca80f04349b5fc00848ae0a20120607e5c.tar.gz
nixpkgs-93da24ca80f04349b5fc00848ae0a20120607e5c.tar.bz2
nixpkgs-93da24ca80f04349b5fc00848ae0a20120607e5c.tar.lz
nixpkgs-93da24ca80f04349b5fc00848ae0a20120607e5c.tar.xz
nixpkgs-93da24ca80f04349b5fc00848ae0a20120607e5c.tar.zst
nixpkgs-93da24ca80f04349b5fc00848ae0a20120607e5c.zip
gflags: add pkgsStatic support
Diffstat (limited to 'pkgs/top-level/static.nix')
-rw-r--r--pkgs/top-level/static.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/static.nix b/pkgs/top-level/static.nix
index 74c4b838ccc..16484b47e01 100644
--- a/pkgs/top-level/static.nix
+++ b/pkgs/top-level/static.nix
@@ -176,6 +176,9 @@ in {
   gmp = super.gmp.override {
     withStatic = true;
   };
+  gflags = super.gflags.override {
+    enableShared = false;
+  };
   glog = super.glog.override {
     static = true;
   };