Commit graph

25 commits

Author SHA1 Message Date
Nikita Uvarov 8627cc58ba rtags: 2.16 -> 2.34 2019-10-09 08:02:39 -07:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
John Ericson f79f80dbf2 treewide: get rid of platforms.allBut
Negative reasoning like `allBut` is a bad idea with an open world of
platforms. Concretely, if we add a new, quite different sort of
platform, existing packages with `allBut` will claim they work on it
even though they probably won't.
2018-03-14 18:44:42 -04:00
Anthony Cowley cd5ce7f4d4 rtags: 2.15 -> 2.16 2017-11-29 18:29:20 -05:00
Anthony Cowley 37fc1fcd45 rtags: 2.12 -> 2.15 2017-11-06 20:57:56 -05:00
Daiderd Jordan 3c70ed9577
rtags: fix darwin build 2017-09-14 22:02:11 +02:00
Daiderd Jordan cd97211358
rtags: use clang-unwrapped 2017-09-14 20:17:01 +02:00
Balletie 311a1ee33a
rtags: Fix configure phase errors
Add pkgconfig as buildinput, so that the install path is correctly set
with cmake. PkgConfig is an optional dependency for rtags, but they
say it's necessary if you want to replace the prefix with
CMAKE_INSTALL_PREFIX. See:
caad9ac494/cmake/BashCompletion.cmake (L13)

Furthermore, I let the configurePhase of the rtags emacs package be a
noop.
2017-09-01 16:41:49 +02:00
Anthony Cowley 3a078da8dc rtags: 2.11 -> 2.12 2017-08-11 22:48:37 +02:00
Anthony Cowley 7c690829b2 rtags: 2.10 -> 2.11 2017-08-01 11:15:48 -04:00
Jörg Thalheim 0ff914b660
rtags: fix platform dependent checksum 2017-06-04 11:21:42 +01:00
Anthony Cowley 87ed14b941 rtags: 2.8-p1 -> 2.10 2017-05-31 14:19:28 -04:00
Daiderd Jordan a6a21d7209
rtags: remove workaround for libclang 2017-05-28 20:34:52 +02:00
Anthony Cowley 86e160440f rtags: link to libclang.dylib at absolute path on darwin 2017-04-28 21:35:46 -04:00
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
Periklis Tsirakidis 01fef925fc rtags: 2.3 -> 2.8-p1 2017-01-22 17:46:26 +01:00
Periklis Tsirakidis a9428f0c42 Fix breaking empty line 2016-11-06 18:55:43 +01:00
Periklis Tsirakidis 184aefa3c4 rtags: fix darwin build
Adds dependency to MacOS_SDK 10.9 and accordingly to the macosx
deployment target to configure SDK-based deployment in rtags. In detail,
rtags makes use of launch_activate_socket() which is available in
launchd.h >10.9. Latter is still not available through
apple-opensource-releases, if ever. Thus, the deployment target and
build input have to be added to let rtags build scripts make use of MAC_OS_X_VERSION_MAX_ALLOWED correctly.
2016-11-06 18:43:58 +01:00
Robin Gloster 6f21201f93
rtags: git-2016-04-29 -> 2.3
should fix the darwin build
2016-08-29 13:33:36 +00:00
Tuomas Tynkkynen 1db43e0c18 rtags: Broken on i686
http://hydra.nixos.org/build/38304790
2016-08-06 17:06:45 +03:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Benjamin Saunders 0cef15181b rtags: 9fed420 -> git-2016-04-29 2016-05-01 00:03:07 -07:00
Anders Papitto 8af5e2ef01 rtags: init at 9fed420 2015-10-18 13:49:23 -07:00