From cf1c8d9369c4cdedff2afd1296eac38e4b1b833f Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 6 Dec 2024 23:37:53 -0800 Subject: Add pysocks dependency to openstackclient-full --- hosts/richese/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hosts/richese/default.nix') diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix index d612b07..7f41861 100644 --- a/hosts/richese/default.nix +++ b/hosts/richese/default.nix @@ -9,7 +9,9 @@ environment.systemPackages = with pkgs; [ git-review - openstackclient-full + (openstackclient-full.overrideAttrs (oldAttrs: { + dependencies = oldAttrs.dependencies ++ [ pysocks ]; + })) ]; imports = [ -- cgit v1.2.3