about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-09-19 04:07:15 +0200
committerSandro Jäckel <sandro.jaeckel@sap.com>2022-09-19 16:06:09 +0200
commitc604153913752f61558568cf78b008680d794756 (patch)
tree152c72cb8e3dc47508cf0ec2e4c77c80fff72bc2
parent5b5df09987cc53932b3fc85481d649ac42dfde6b (diff)
tremc: build with format other
-rw-r--r--pkgs/applications/networking/p2p/tremc/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/p2p/tremc/default.nix b/pkgs/applications/networking/p2p/tremc/default.nix
index 6ff10989b1d3e..a4b78e250d5c2 100644
--- a/pkgs/applications/networking/p2p/tremc/default.nix
+++ b/pkgs/applications/networking/p2p/tremc/default.nix
@@ -13,6 +13,7 @@ in
 python3Packages.buildPythonApplication rec {
   pname = "tremc";
   version = "0.9.2";
+  format = "other";
 
   src = fetchFromGitHub {
     owner = "tremc";