commit 21a6b4894f48224e7066c794a1d748fed5e0a8ee
parent 758f3255c1a795319b0cd60625c4eb1cc85f244a
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Sat, 22 Oct 2022 15:20:06 +0300
hecate: mark as broken
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkgs/geospatial/hecate/default.nix b/pkgs/geospatial/hecate/default.nix
@@ -24,5 +24,6 @@ rustPlatform.buildRustPackage rec {
inherit (src.meta) homepage;
license = licenses.mit;
maintainers = [ maintainers.sikmir ];
+ broken = true;
};
}