sit: mark as broken
Dependencies in the Cargo.lock fail to build due to mutable self borrows.
This commit is contained in:
parent
01db31c4d7
commit
a2514c22a8
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchFromGitHub, rustPlatform, cmake, libzip, gnupg,
|
{ stdenv, fetchFromGitHub, rustPlatform, cmake, libzip, gnupg,
|
||||||
# Darwin
|
# Darwin
|
||||||
libiconv, CoreFoundation, Security }:
|
libiconv, CoreFoundation, Security }:
|
||||||
|
|
||||||
@ -20,10 +20,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
export HOME=$(mktemp -d)
|
export HOME=$(mktemp -d)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Delete this on next update; see #79975 for details
|
cargoSha256 = "092yfpr2svp1qy7xis1q0sdkbsjmmswmdwb0rklrc0yhydcsghp9";
|
||||||
legacyCargoFetcher = true;
|
|
||||||
|
|
||||||
cargoSha256 = "0kijx7s7zh6yisrsjz213h9x5jx43ixr44vy5rb3wwbn9dgsr528";
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Serverless Information Tracker";
|
description = "Serverless Information Tracker";
|
||||||
@ -31,5 +28,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
license = with licenses; [ asl20 /* or */ mit ];
|
license = with licenses; [ asl20 /* or */ mit ];
|
||||||
maintainers = with maintainers; [ dywedir yrashk ];
|
maintainers = with maintainers; [ dywedir yrashk ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
|
# Upstream has not had a release in several years, and dependencies no
|
||||||
|
# longer compile with the latest Rust compiler.
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user