about summary refs log tree commit diff
path: root/pkgs/applications/networking/irc
diff options
context:
space:
mode:
authorBenno Fünfstück <benno.fuenfstueck@gmail.com>2020-02-21 11:32:20 +0100
committerBenno Fünfstück <benno.fuenfstueck@gmail.com>2020-02-21 12:40:55 +0100
commit41944946de3a9ddb9dbe7c091bf6bc1d92f9c34b (patch)
tree3a92b2f1855950c9676888f9a6ed971e3daa802a /pkgs/applications/networking/irc
parent368d84aafa52e8e053d3440315b0e5c99b55edd1 (diff)
downloadnixlib-41944946de3a9ddb9dbe7c091bf6bc1d92f9c34b.tar
nixlib-41944946de3a9ddb9dbe7c091bf6bc1d92f9c34b.tar.gz
nixlib-41944946de3a9ddb9dbe7c091bf6bc1d92f9c34b.tar.bz2
nixlib-41944946de3a9ddb9dbe7c091bf6bc1d92f9c34b.tar.lz
nixlib-41944946de3a9ddb9dbe7c091bf6bc1d92f9c34b.tar.xz
nixlib-41944946de3a9ddb9dbe7c091bf6bc1d92f9c34b.tar.zst
nixlib-41944946de3a9ddb9dbe7c091bf6bc1d92f9c34b.zip
weechatScripts.weechat-matrix: enable on darwin
Diffstat (limited to 'pkgs/applications/networking/irc')
-rw-r--r--pkgs/applications/networking/irc/weechat/scripts/weechat-matrix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/irc/weechat/scripts/weechat-matrix/default.nix b/pkgs/applications/networking/irc/weechat/scripts/weechat-matrix/default.nix
index 845dd9287663..038611ca2898 100644
--- a/pkgs/applications/networking/irc/weechat/scripts/weechat-matrix/default.nix
+++ b/pkgs/applications/networking/irc/weechat/scripts/weechat-matrix/default.nix
@@ -64,7 +64,7 @@ in buildPythonPackage {
       --replace '/usr/bin/env -S python3' '${scriptPython}/bin/python'
     substituteInPlace $out/bin/matrix_decrypt \
       --replace '/usr/bin/env python3' '${scriptPython}/bin/python'
-   
+
     mkdir -p $out/${python.sitePackages}
     cp -r $src/matrix $out/${python.sitePackages}/matrix
   '';
@@ -75,7 +75,7 @@ in buildPythonPackage {
     description = "A Python plugin for Weechat that lets Weechat communicate over the Matrix protocol";
     homepage = "https://github.com/poljar/weechat-matrix";
     license = licenses.isc;
-    platforms = platforms.linux;
+    platforms = platforms.unix;
     maintainers = with maintainers; [ tilpner emily ];
   };
 }