libtorrent-rasterbar-2_0_x: unbreak on darwin

This commit is contained in:
Weijia Wang 2023-01-05 22:14:58 +01:00
parent 83481b8708
commit 16ce51d8e5
2 changed files with 1 additions and 1 deletions

View file

@ -49,7 +49,6 @@ in stdenv.mkDerivation {
];
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://libtorrent.org/";
description = "A C++ BitTorrent implementation focusing on efficiency and scalability";
license = licenses.bsd3;

View file

@ -21332,6 +21332,7 @@ with pkgs;
libtomcrypt = callPackage ../development/libraries/libtomcrypt { };
libtorrent-rasterbar-2_0_x = callPackage ../development/libraries/libtorrent-rasterbar {
stdenv = if stdenv.isDarwin then llvmPackages_14.stdenv else stdenv;
inherit (darwin.apple_sdk.frameworks) SystemConfiguration;
python = python3;
};