Merge pull request #296441 from aaronjheng/panopticon
panopticon: mark as broken
This commit is contained in:
commit
1defaf2ae2
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue