about summary refs log tree commit diff
path: root/pkgs/tools/system/tree/default.nix
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-08-10 23:18:57 -0500
committerJohn Wiegley <johnw@newartisans.com>2014-08-10 23:18:57 -0500
commit326ca0f6900142b138512e3b2528b8bad39750d5 (patch)
treea7337d98671e8124a3d5f7ea86d0ba71ebf6a93c /pkgs/tools/system/tree/default.nix
parentb9bd655b16a4a0c6886f9b4dc0d038a0462105f2 (diff)
downloadnixlib-326ca0f6900142b138512e3b2528b8bad39750d5.tar
nixlib-326ca0f6900142b138512e3b2528b8bad39750d5.tar.gz
nixlib-326ca0f6900142b138512e3b2528b8bad39750d5.tar.bz2
nixlib-326ca0f6900142b138512e3b2528b8bad39750d5.tar.lz
nixlib-326ca0f6900142b138512e3b2528b8bad39750d5.tar.xz
nixlib-326ca0f6900142b138512e3b2528b8bad39750d5.tar.zst
nixlib-326ca0f6900142b138512e3b2528b8bad39750d5.zip
Many minor fixes to get things building after recent compiler changes
Diffstat (limited to 'pkgs/tools/system/tree/default.nix')
-rw-r--r--pkgs/tools/system/tree/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/tree/default.nix b/pkgs/tools/system/tree/default.nix
index f14d4affae79..e108589aaefe 100644
--- a/pkgs/tools/system/tree/default.nix
+++ b/pkgs/tools/system/tree/default.nix
@@ -8,7 +8,7 @@ let
   # manually, so we have to duplicate the know how here.
   systemFlags =
     if stdenv.isDarwin then ''
-      CFLAGS="-O2 -Wall -fomit-frame-pointer -no-cpp-precomp"
+      CFLAGS="-O2 -Wall -fomit-frame-pointer"
       LDFLAGS=
       EXTRA_OBJS=strverscmp.o
     '' else if stdenv.isCygwin then ''