about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-11-03 00:53:27 +0900
committersefidel <contact@sefidel.net>2022-11-03 00:53:27 +0900
commitd15be0092aab93e5e5092bef6531a4432b4abcb6 (patch)
treee084cb61b3ec08c5765282c38f7f40b8989cb9fb /home
parenta26c3494d545e247ce3f602245acec55080a399d (diff)
downloadnixrc-d15be0092aab93e5e5092bef6531a4432b4abcb6.tar.gz
nixrc-d15be0092aab93e5e5092bef6531a4432b4abcb6.zip
feat(profiles/messaging): fix failing build on linux
Diffstat (limited to 'home')
-rw-r--r--home/profiles/messaging/default.nix2
1 files changed, 1 insertions, 1 deletions
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