Skip to content

Commit

Permalink
Merge pull request #82018 from bhipple/broken/sit
Browse files Browse the repository at this point in the history
sit: mark as broken
  • Loading branch information
marsam committed Mar 9, 2020
2 parents 65731ad + a2514c2 commit 306d507
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/applications/version-management/sit/default.nix
@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, rustPlatform, cmake, libzip, gnupg,
{ stdenv, fetchFromGitHub, rustPlatform, cmake, libzip, gnupg,
# Darwin
libiconv, CoreFoundation, Security }:

Expand All @@ -20,16 +20,16 @@ rustPlatform.buildRustPackage rec {
export HOME=$(mktemp -d)
'';

# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;

cargoSha256 = "0kijx7s7zh6yisrsjz213h9x5jx43ixr44vy5rb3wwbn9dgsr528";
cargoSha256 = "092yfpr2svp1qy7xis1q0sdkbsjmmswmdwb0rklrc0yhydcsghp9";

meta = with stdenv.lib; {
description = "Serverless Information Tracker";
homepage = https://sit.fyi/;
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ dywedir yrashk ];
platforms = platforms.all;
# Upstream has not had a release in several years, and dependencies no
# longer compile with the latest Rust compiler.
broken = true;
};
}

0 comments on commit 306d507

Please sign in to comment.