diff options
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/default.nix b/overlays/default.nix index 03592ae..7f667b9 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -20,7 +20,7 @@ # example = prev.example.overrideAttrs (oldAttrs: rec { # ... # }); - openstackclient-full = prev.openstackclient-full.overrideAttrs (oldAttrs: rec { + openstackclient-full = prev.openstackclient-full.overridePythonAttrs (oldAttrs: rec { dependencies = oldAttrs.dependencies ++ [ pysocks ]; }); }; |