tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.pyvlx: unbreak on Darwin
Malo Bourgon
11 months ago
8d68f896
59ac94d3
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pyvlx
default.nix
-2
pkgs/development/python-modules/pyvlx/default.nix
reviewed
···
1
1
{
2
2
lib,
3
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
49
-
broken = stdenv.hostPlatform.isDarwin;
50
50
};
51
51
}