panopticon: mark as broken
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user