0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

jefferson: relax cstruct dependency (#380735)

This commit is contained in:
Sandro 2025-02-10 17:46:12 +01:00 committed by GitHub
commit b7cde80965
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,6 +26,8 @@ python3.pkgs.buildPythonApplication rec {
lzallright
];
pythonRelaxDeps = [ "cstruct" ];
pythonImportsCheck = [
"jefferson"
];