From 8d1796dfc766fb73252d662f6ada9ffdd82d732d Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 30 Dec 2024 22:43:29 +0100 Subject: [PATCH] rustpython: unmark as broken on x86_64-darwin --- pkgs/by-name/ru/rustpython/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/ru/rustpython/package.nix b/pkgs/by-name/ru/rustpython/package.nix index 6da99e7504c8..d7e0c1778159 100644 --- a/pkgs/by-name/ru/rustpython/package.nix +++ b/pkgs/by-name/ru/rustpython/package.nix @@ -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";