Merge pull request #296441 from aaronjheng/panopticon

panopticon: mark as broken
This commit is contained in:
Weijia Wang 2024-03-16 20:02:01 +01:00 committed by GitHub
commit 1defaf2ae2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
};
}