Skip to content

Commit

Permalink
rtags: fix darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Sep 14, 2017
1 parent 9366d01 commit 3c70ed9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/tools/rtags/default.nix
Expand Up @@ -5,7 +5,8 @@ stdenv.mkDerivation rec {
version = "2.12";

nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [ llvmPackages.clang-unwrapped llvmPackages.llvm openssl emacs ]
buildInputs = [ llvmPackages.llvm openssl emacs ]
++ lib.optionals stdenv.cc.isGNU [ llvmPackages.clang-unwrapped ]
++ lib.optionals stdenv.isDarwin [ apple_sdk.libs.xpc apple_sdk.frameworks.CoreServices ];


Expand Down

0 comments on commit 3c70ed9

Please sign in to comment.