diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-04-18 21:14:02 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-04-18 21:14:02 -0700 |
commit | 74716abb87b5e5593259960f874e30842b04f1d5 (patch) | |
tree | 44269ef2db07e9d87137223cf8aa683c1bf59a02 /hosts/common/optional/misc.nix | |
parent | c9edd81107858347e7f87057c521f1ec84637790 (diff) | |
download | nix-74716abb87b5e5593259960f874e30842b04f1d5.tar nix-74716abb87b5e5593259960f874e30842b04f1d5.tar.gz nix-74716abb87b5e5593259960f874e30842b04f1d5.tar.bz2 nix-74716abb87b5e5593259960f874e30842b04f1d5.tar.lz nix-74716abb87b5e5593259960f874e30842b04f1d5.tar.xz nix-74716abb87b5e5593259960f874e30842b04f1d5.tar.zst nix-74716abb87b5e5593259960f874e30842b04f1d5.zip |
Add wee-slack dependency
Diffstat (limited to 'hosts/common/optional/misc.nix')
-rw-r--r-- | hosts/common/optional/misc.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/common/optional/misc.nix b/hosts/common/optional/misc.nix index 2298b4f..2695098 100644 --- a/hosts/common/optional/misc.nix +++ b/hosts/common/optional/misc.nix @@ -29,7 +29,9 @@ plugins = with availablePlugins; [ (perl.withPackages(p: [ p.PodParser ])) ] ++ [ python ]; + }; + extraBuildInputs = [ python311Packages.websocket-client ]; }) ]; } |