Skip to content

Commit

Permalink
libtorrent-rasterbar-1_2_x: mark broken
Browse files Browse the repository at this point in the history
ModuleNotFoundError: No module named 'distutils'

Signed-off-by: Florian Brandes <[email protected]>
  • Loading branch information
gador committed Jul 10, 2024
1 parent 4c179d4 commit 5292857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libtorrent-rasterbar/1.2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ in stdenv.mkDerivation {
description = "C++ BitTorrent implementation focusing on efficiency and scalability";
license = licenses.bsd3;
maintainers = [ ];
broken = stdenv.isDarwin;
broken = true; # ModuleNotFoundError: No module named 'distutils'
platforms = platforms.unix;
};
}

0 comments on commit 5292857

Please sign in to comment.