about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2022-10-02 16:36:09 +0200
committerProfpatsch <mail@profpatsch.de>2022-10-16 19:09:43 +0200
commit104e8082de1b20f9d0e1f05b1028795ed0e0e4bc (patch)
treeb5e2277b661596be5e229ccc781f5615b99410ce /pkgs
parentca21c625088230447638423e4a0108d10c803c1e (diff)
weechatScripts.matrix: fix build
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/irc/weechat/scripts/weechat-matrix/default.nix2
1 files changed, 2 insertions, 0 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 601cb127ff1f6..1342e0f7e983d 100644
--- a/pkgs/applications/networking/irc/weechat/scripts/weechat-matrix/default.nix
+++ b/pkgs/applications/networking/irc/weechat/scripts/weechat-matrix/default.nix
@@ -57,6 +57,8 @@ in buildPythonPackage {
   dontBuild = true;
   doCheck = false;
 
+  format = "other";
+
   installPhase = ''
     mkdir -p $out/share $out/bin
     cp main.py $out/share/matrix.py