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:04:53 +0100
committerTobias Mayer <tobim@fastmail.fm>2019-12-29 10:57:16 +0100
commitd567c7e49768f001de428573777ad5cd0265092c (patch)
tree77eaaa08464e34dee55aa0f29e431e8983f1f9df /pkgs/top-level/static.nix
parent15fb93ac4f9f56d71efe3ff3891b9b5d62d88fe8 (diff)
downloadnixpkgs-d567c7e49768f001de428573777ad5cd0265092c.tar
nixpkgs-d567c7e49768f001de428573777ad5cd0265092c.tar.gz
nixpkgs-d567c7e49768f001de428573777ad5cd0265092c.tar.bz2
nixpkgs-d567c7e49768f001de428573777ad5cd0265092c.tar.lz
nixpkgs-d567c7e49768f001de428573777ad5cd0265092c.tar.xz
nixpkgs-d567c7e49768f001de428573777ad5cd0265092c.tar.zst
nixpkgs-d567c7e49768f001de428573777ad5cd0265092c.zip
glog: 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 17000e8eced..74c4b838ccc 100644
--- a/pkgs/top-level/static.nix
+++ b/pkgs/top-level/static.nix
@@ -176,6 +176,9 @@ in {
   gmp = super.gmp.override {
     withStatic = true;
   };
+  glog = super.glog.override {
+    static = true;
+  };
   cdo = super.cdo.override {
     enable_all_static = true;
   };