nixpkgs/pkgs
Dan Peebles 3a9c217804 rtags: fix for clang/libc++ 4
This also fixes a missing header in the SDK that rtags needs to work
properly. The underlying cause is that C++ headers got shuffled around a
lot in libc++ 3.8 (I believe) and became more standards-compliant, which
led to a lot of C-compatible passthrough header files being added to it
like math.h, which defines some C++-compatible versions of standard
functions like signbit, while #include_next'ing the system math.h. In
this case, including the SDK was stuffing another math.h in front of the
libc++ shim, which led to all sorts of mysterious failures.
2017-04-04 08:07:52 -04:00
..
applications Merge pull request #24592 from FlorentBecker/pijul4 2017-04-04 10:57:54 +02:00
build-support buildRustPackage: Fix "warning: file ... may be generated" (#24471) 2017-03-30 15:15:49 +02:00
common-updater maintainers: Add script to patch version/sha256 in .nix files 2017-02-19 16:51:17 +02:00
data iosevka: 1.11.4 -> 1.12.1 (#24527) 2017-04-03 18:30:49 +01:00
desktops Merge pull request #24414 from jensbin/corebird 2017-04-03 17:09:35 +02:00
development rtags: fix for clang/libc++ 4 2017-04-04 08:07:52 -04:00
games Revert "steam: use custom openssl" 2017-04-03 09:04:44 +02:00
misc Merge branch 'master' into staging 2017-03-30 12:54:41 -04:00
os-specific rtags: fix for clang/libc++ 4 2017-04-04 08:07:52 -04:00
servers xorg xf86-input-libinput: 0.23.0 -> 0.25.0 2017-04-02 18:50:42 +02:00
shells oh-my-zsh: 2017-02-27 -> 2017-03-30 2017-03-31 09:22:00 -04:00
stdenv stdenv: aarch64: Update bootstrap tarballs 2017-03-15 19:17:52 +02:00
test
tools exa: unstable-2016-04-20 -> unstable-2017-04-02 (unbrick) 2017-04-04 11:42:33 +02:00
top-level rustPackages: build less verbose 2017-04-04 12:11:48 +02:00