From d15be0092aab93e5e5092bef6531a4432b4abcb6 Mon Sep 17 00:00:00 2001 From: sefidel Date: Thu, 3 Nov 2022 00:53:27 +0900 Subject: feat(profiles/messaging): fix failing build on linux --- home/profiles/messaging/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix index 76ab5f1..f874d88 100644 --- a/home/profiles/messaging/default.nix +++ b/home/profiles/messaging/default.nix @@ -310,7 +310,7 @@ in (availablePlugins.python.withPackages (ps: with ps; [ potr pycrypto - pync + (if pkgs.stdenv.isDarwin then pync else []) ])) availablePlugins.perl availablePlugins.lua -- cgit 1.4.1