panopticon: mark as broken

+1 -2
+1 -2
pkgs/development/tools/analysis/panopticon/default.nix
··· 46 46 ''; 47 47 license = with licenses; [ gpl3 ]; 48 48 maintainers = with maintainers; [ leenaars ]; 49 - # never built on aarch64-linux since first introduction in nixpkgs 50 - broken = stdenv.isDarwin || (stdenv.isLinux && stdenv.isAarch64); 49 + broken = true; # Added 2024-03-16 51 50 }; 52 51 }