gitAndTools.git-dit: mark as broken
See inline comment; this does not build on Hydra and either requires custom patching or a new release from upstream before it will build. Note that we can still recompute the `cargoSha256` for #79975; the package is broken in the identical way.
This commit is contained in:
parent
152dddaa8f
commit
68a64b2afe
@ -26,10 +26,7 @@ buildRustPackage rec {
|
|||||||
sha256 = "1sx6sc2dj3l61gbiqz8vfyhw5w4xjdyfzn1ixz0y8ipm579yc7a2";
|
sha256 = "1sx6sc2dj3l61gbiqz8vfyhw5w4xjdyfzn1ixz0y8ipm579yc7a2";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Delete this on next update; see #79975 for details
|
cargoSha256 = "1wjbwd3scx71l2fpxgvgwaw05lkpw13rm6d2i1x5crhs7py96ky6";
|
||||||
legacyCargoFetcher = true;
|
|
||||||
|
|
||||||
cargoSha256 = "10852131aizfw9j1yl4gz180h4gd8y5ymx3wmf5v9cmqiqxy8bgy";
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
@ -51,6 +48,10 @@ buildRustPackage rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
description = "Decentralized Issue Tracking for git";
|
description = "Decentralized Issue Tracking for git";
|
||||||
|
# This has not had a release in years and its cargo vendored dependencies
|
||||||
|
# fail to compile. It also depends on an unsupported openssl:
|
||||||
|
# https://github.com/NixOS/nixpkgs/issues/77503
|
||||||
|
broken = true;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ Profpatsch matthiasbeyer ];
|
maintainers = with maintainers; [ Profpatsch matthiasbeyer ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user