cargo: 0.14 -> 0.15
This commit is contained in:
parent
7fa4b0f2c9
commit
31ec0795f6
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
LIBGIT2_SYS_USE_PKG_CONFIG=1;
|
LIBGIT2_SYS_USE_PKG_CONFIG=1;
|
||||||
|
|
||||||
configurePhase = ''
|
configurePhase = ''
|
||||||
./configure --enable-optimize --prefix=$out --local-cargo=${rustPlatform.rust.cargo}/bin/cargo
|
./configure --enable-optimize --prefix=$out
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildPhase = "make";
|
buildPhase = "make";
|
||||||
@ -60,7 +60,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
cargo test
|
cargo test
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Disable check phase as there are failures (author_prefers_cargo test fails)
|
# Disable check phase as there are failures (4 tests fail)
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user