nur-packages

My NUR packages
git clone git://git.sikmir.ru/nur-packages
Log | Files | Refs | README | LICENSE

commit ac2cf8ed91c85fb62f37b3a1970b709f5ba1e672
parent 074120d721911e84586350b81a911c97b2ff4f86
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date:   Sat,  9 Aug 2025 18:38:50 +0400

Up

Diffstat:
Mpkgs/geospatial/starlette-cramjam/default.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/pkgs/geospatial/starlette-cramjam/default.nix b/pkgs/geospatial/starlette-cramjam/default.nix @@ -25,6 +25,8 @@ python3Packages.buildPythonPackage rec { typing-extensions ]; + pythonRelaxDeps = true; + doCheck = false; nativeCheckInputs = with python3Packages; [ pytestCheckHook ];