]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Explicit websocket constraint for wee-slack
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 26 Apr 2019 21:46:29 +0000 (23:46 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 26 Apr 2019 21:46:29 +0000 (23:46 +0200)
overlays/weechat/default.nix

index 07c6d8953109dcb8aa5787dc508aca01629db525..17faa0ec62a53b1e2eb41a2f66a7214e526cb543 100644 (file)
@@ -4,7 +4,7 @@ self: super: {
       plugins = with self; with availablePlugins; [
           # Make sure websocket_client is not 0.55.0, it provokes
           # regular crashes
       plugins = with self; with availablePlugins; [
           # Make sure websocket_client is not 0.55.0, it provokes
           # regular crashes
-         (python.withPackages (ps: with ps; [websocket_client emoji]))
+         (python.withPackages (ps: with ps; assert websocket_client.version == "0.54.0"; [websocket_client emoji]))
          perl
          ruby
         ];
          perl
          ruby
         ];