From e30564317c8197107f7721a7281a396caf799b3d Mon Sep 17 00:00:00 2001 From: Lyndon Sanche Date: Sun, 23 Mar 2025 10:00:18 -0600 Subject: [PATCH] astroid: Remove mark as broken --- pkgs/applications/networking/mailreaders/astroid/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/networking/mailreaders/astroid/default.nix b/pkgs/applications/networking/mailreaders/astroid/default.nix index b492f036cd9a..365aefcc4543 100644 --- a/pkgs/applications/networking/mailreaders/astroid/default.nix +++ b/pkgs/applications/networking/mailreaders/astroid/default.nix @@ -46,6 +46,7 @@ stdenv.mkDerivation rec { hash = "sha256-hZHOg1wUR8Kpd6017fWzhMmG+/WQxSOCnsiyIvUcpbU="; }) (fetchpatch { + # error: 'is_regular' was not declared in this scope name = "boost_is_regular.patch"; url = "https://github.com/astroidmail/astroid/commit/abd84171dc6c4e639f3e86649ddc7ff211077244.patch"; hash = "sha256-IY60AnWm18ZwrCFsOvBg76UginpMo7gXBf8GT87FqW4="; @@ -101,7 +102,5 @@ stdenv.mkDerivation rec { ]; license = licenses.gpl3Plus; platforms = platforms.linux; - # error: 'is_regular' was not declared in this scope - broken = true; }; }