rtags: 2.16 -> 2.34
This commit is contained in:
parent
dc9757bd63
commit
8627cc58ba
@ -2,8 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rtags";
|
pname = "rtags";
|
||||||
version = "2.16";
|
version = "2.34";
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [ cmake pkgconfig ];
|
||||||
buildInputs = [ llvmPackages.llvm openssl emacs ]
|
buildInputs = [ llvmPackages.llvm openssl emacs ]
|
||||||
++ lib.optionals stdenv.cc.isGNU [ llvmPackages.clang-unwrapped ]
|
++ lib.optionals stdenv.cc.isGNU [ llvmPackages.clang-unwrapped ]
|
||||||
@ -13,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
url = "https://github.com/andersbakken/rtags.git";
|
url = "https://github.com/andersbakken/rtags.git";
|
||||||
sha256 = "15qmwkajw2zzfnw9hnv08p0asa6prg88nvqlxmv56c0dyhldjpkm";
|
sha256 = "1smp2r9lkvf9rpjjy7dink9ncdakgsa31f2kdxvcpyggfz275m1n";
|
||||||
# unicode file names lead to different checksums on HFS+ vs. other
|
# unicode file names lead to different checksums on HFS+ vs. other
|
||||||
# filesystems because of unicode normalisation
|
# filesystems because of unicode normalisation
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user