rustpython: unmark as broken on x86_64-darwin

This commit is contained in:
Gaetan Lepage
2024-12-30 22:43:36 +01:00
parent daa78519b5
commit 8d1796dfc7
-2
View File
@@ -1,6 +1,5 @@
{
lib,
stdenv,
rustPlatform,
fetchFromGitHub,
python3,
@@ -40,7 +39,6 @@ rustPlatform.buildRustPackage rec {
meta = {
description = "Python 3 interpreter in written Rust";
homepage = "https://rustpython.github.io";
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ prusnak ];
mainProgram = "rustpython";