Merge pull request #201432 from aaronjheng/zhf/gatling

gatling: mark as broken
This commit is contained in:
Jörg Thalheim
2022-11-16 09:38:04 +01:00
committed by GitHub
+1
View File
@@ -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
};
}