forked from mirrors/nixpkgs
Merge pull request #39825 from tobimpub/cquery-update
cquery: 2018-03-31 -> 2018-05-01
This commit is contained in:
commit
5a990f5629
|
@ -5,8 +5,8 @@ let
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cquery-project";
|
owner = "cquery-project";
|
||||||
repo = "cquery";
|
repo = "cquery";
|
||||||
rev = "e45a9ebbb6d8bfaf8bf1a3135b6faa910afea37e";
|
rev = "34b357bc5e873d52d2aa41287c6e138244cea109";
|
||||||
sha256 = "049gkqbamq4r2nz9yjcwq369zrmwrikzbhfza2x2vndqzaavq5yg";
|
sha256 = "0i34v30cl73485bzpbis539x0iq9whpv0403ca5a9h6vqwnvdn7c";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ let
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cquery-${version}";
|
name = "cquery-${version}";
|
||||||
version = "2018-03-25";
|
version = "2018-05-01";
|
||||||
|
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
||||||
|
@ -46,7 +46,6 @@ stdenv.mkDerivation rec {
|
||||||
doInstallCheck = true;
|
doInstallCheck = true;
|
||||||
installCheckPhase = ''
|
installCheckPhase = ''
|
||||||
pushd ${src}
|
pushd ${src}
|
||||||
$out/bin/cquery --ci --clang-sanity-check && \
|
|
||||||
$out/bin/cquery --ci --test-unit
|
$out/bin/cquery --ci --test-unit
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@ -56,6 +55,5 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = [ maintainers.tobim ];
|
maintainers = [ maintainers.tobim ];
|
||||||
priority = 3;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue