Commit 5f185503 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.base2048: fix darwin

parent a9767322
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
{ lib
, stdenv
, buildPythonPackage
, cargo
, fetchFromGitHub
, frelatage
, libiconv
, maturin
, pytestCheckHook
, pythonOlder
@@ -39,6 +41,10 @@ buildPythonPackage rec {
    rustc
  ];

  buildInputs = lib.optionals stdenv.isDarwin [
    libiconv
  ];

  passthru.optional-dependencies = {
    fuzz = [
      frelatage