about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorNiklas Hambüchen <mail@nh2.me>2019-08-31 14:10:53 +0200
committerSamuel Leathers <disasm@gmail.com>2019-08-31 08:10:53 -0400
commit9e78f76aded0a098f7fd19f22d18f4c7f7c32ec0 (patch)
tree73f6b295201f1a8a6a727591041534c6cca949c3 /pkgs/desktops
parent98662eba0e99d462071003bcef55ee8b61ea4e86 (diff)
downloadnixlib-9e78f76aded0a098f7fd19f22d18f4c7f7c32ec0.tar
nixlib-9e78f76aded0a098f7fd19f22d18f4c7f7c32ec0.tar.gz
nixlib-9e78f76aded0a098f7fd19f22d18f4c7f7c32ec0.tar.bz2
nixlib-9e78f76aded0a098f7fd19f22d18f4c7f7c32ec0.tar.lz
nixlib-9e78f76aded0a098f7fd19f22d18f4c7f7c32ec0.tar.xz
nixlib-9e78f76aded0a098f7fd19f22d18f4c7f7c32ec0.tar.zst
nixlib-9e78f76aded0a098f7fd19f22d18f4c7f7c32ec0.zip
treewide: Remove unnecessary `--disable-static` (#66759)
* freetype: Remove unnecessary `--disable-static`.

The true-by-default `dontDisableStatic` already takes care of it.

Fixes freetype not being overridable to have static libs.

* treewide: Remove unnecessary `--disable-static`.

The true-by-default `dontDisableStatic` already takes care of it.

Fixes these packages not being overridable to have static libs.
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/gnome-3/core/mutter/3.28.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-3/core/mutter/3.28.nix b/pkgs/desktops/gnome-3/core/mutter/3.28.nix
index 7e1f696c58d1..262383bdda94 100644
--- a/pkgs/desktops/gnome-3/core/mutter/3.28.nix
+++ b/pkgs/desktops/gnome-3/core/mutter/3.28.nix
@@ -58,7 +58,6 @@ stdenv.mkDerivation rec {
 
   configureFlags = [
     "--with-x"
-    "--disable-static"
     "--enable-shape"
     "--enable-sm"
     "--enable-startup-notification"