lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gdb: remove CPP workaround

-7
-7
pkgs/development/tools/misc/gdb/default.nix
··· 66 66 ++ stdenv.lib.optional (!pythonSupport) "--without-python" 67 67 ++ stdenv.lib.optional multitarget "--enable-targets=all"; 68 68 69 - preConfigure = 70 - # Not sure why this is causing problems, now that the stdenv 71 - # exports CPP=cpp the build fails with strange errors on darwin. 72 - stdenv.lib.optionalString stdenv.cc.isClang '' 73 - unset CPP 74 - ''; 75 - 76 69 postInstall = 77 70 '' # Remove Info files already provided by Binutils and other packages. 78 71 rm -v $out/share/info/bfd.info