tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
cargo: 0.14 -> 0.15
Tadas Barzdzius
9 years ago
31ec0795
7fa4b0f2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
rust
cargo.nix
+2
-2
pkgs/development/compilers/rust/cargo.nix
···
24
LIBGIT2_SYS_USE_PKG_CONFIG=1;
25
26
configurePhase = ''
27
-
./configure --enable-optimize --prefix=$out --local-cargo=${rustPlatform.rust.cargo}/bin/cargo
28
'';
29
30
buildPhase = "make";
···
60
cargo test
61
'';
62
63
-
# Disable check phase as there are failures (author_prefers_cargo test fails)
64
doCheck = false;
65
66
meta = with stdenv.lib; {
···
24
LIBGIT2_SYS_USE_PKG_CONFIG=1;
25
26
configurePhase = ''
27
+
./configure --enable-optimize --prefix=$out
28
'';
29
30
buildPhase = "make";
···
60
cargo test
61
'';
62
63
+
# Disable check phase as there are failures (4 tests fail)
64
doCheck = false;
65
66
meta = with stdenv.lib; {