Skip to content

Commit

Permalink
fix(pyzmq): add new libsodium runtime dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Oct 29, 2024
1 parent 3defb11 commit 44150b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3147,7 +3147,7 @@ lib.composeManyExtensions [
pyzmq = prev.pyzmq.overridePythonAttrs (
old: {
nativeBuildInputs = old.nativeBuildInputs or [ ] ++ [ pkg-config ];
propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [ pkgs.zeromq ];
propagatedBuildInputs = old.propagatedBuildInputs or [ ] ++ [ pkgs.zeromq pkgs.libsodium ];
# setting dontUseCmakeConfigure is necessary because:
#
# 1. pyzmq uses scikit-build-core as of pyzmq version 26.0.0
Expand Down

0 comments on commit 44150b8

Please sign in to comment.