lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.gb-io: unbreak on Darwin

-3
-3
pkgs/development/python-modules/gb-io/default.nix
··· 1 1 { 2 - stdenv, 3 2 lib, 4 3 fetchFromGitHub, 5 4 buildPythonPackage, 6 5 rustPlatform, 7 6 cargo, 8 7 rustc, 9 - setuptools-rust, 10 8 unittestCheckHook, 11 9 }: 12 10 ··· 43 41 pythonImportsCheck = [ "gb_io" ]; 44 42 45 43 meta = with lib; { 46 - broken = stdenv.hostPlatform.isDarwin; 47 44 homepage = "https://github.com/althonos/gb-io.py"; 48 45 description = "Python interface to gb-io, a fast GenBank parser written in Rust"; 49 46 license = licenses.mit;