Bypassing pythonMetadataCheckPhase
NixOS Discourse
Bypassing pythonMetadataCheckPhase
is there a way to bypass new pythonMetadataCheckPhase from current unstable nixpkgs? im unable to find any documentation about this check and cant figure out how to either disable it, or make my package comply heres the package definition { lib, buildPythonPackage, fetchFromGitHub, cargo, rustPlatform, rustc, packaging, pillow, cmake, nix-update-script, }: buildPythonPackage (finalAttrs: { pname = "pillow-jpegxl-plugin"; version = "1.3.8"; pyproject = true; __stru...
0 comments
No comments yet.