nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python312Packages.pyvlx: unbreak on Darwin

-2
-2
pkgs/development/python-modules/pyvlx/default.nix
··· 1 1 { 2 2 lib, 3 - stdenv, 4 3 buildPythonPackage, 5 4 fetchFromGitHub, 6 5 pytestCheckHook, ··· 46 47 changelog = "https://github.com/Julius2342/pyvlx/releases/tag/${version}"; 47 48 license = licenses.lgpl2Only; 48 49 maintainers = with maintainers; [ fab ]; 49 - broken = stdenv.hostPlatform.isDarwin; 50 50 }; 51 51 }