about summary refs log tree commit diff
path: root/pkgs/servers/http
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2022-11-16 02:50:07 +0000
committerAaron Jheng <wentworth@outlook.com>2022-11-16 02:50:07 +0000
commitb70d4b9009be9e274986ef7110b86860004aea00 (patch)
treecd8fc61b39f1d34d835b98293c6636e9b22e7440 /pkgs/servers/http
parentce89321950381ec845e56c6a6d1340abe5cd7a65 (diff)
gatling: mark as broken
Diffstat (limited to 'pkgs/servers/http')
-rw-r--r--pkgs/servers/http/gatling/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/http/gatling/default.nix b/pkgs/servers/http/gatling/default.nix
index e1180121a65a3..00657757fce4d 100644
--- a/pkgs/servers/http/gatling/default.nix
+++ b/pkgs/servers/http/gatling/default.nix
@@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
     homepage = "http://www.fefe.de/gatling/";
     license = lib.licenses.gpl2;
     platforms = platforms.linux;
+    broken = true; # 2022-11-16
   };
 }