panopticon: mark as broken

This commit is contained in:
Aaron Jheng
2024-03-16 22:59:24 +08:00
parent f242fc768b
commit 039ecec2bf
@@ -46,7 +46,6 @@ rustPlatform.buildRustPackage rec {
'';
license = with licenses; [ gpl3 ];
maintainers = with maintainers; [ leenaars ];
# never built on aarch64-linux since first introduction in nixpkgs
broken = stdenv.isDarwin || (stdenv.isLinux && stdenv.isAarch64);
broken = true; # Added 2024-03-16
};
}