panopticon: mark as broken

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