diff --git a/pkgs/applications/networking/flent/http-getter.nix b/pkgs/applications/networking/flent/http-getter.nix index 63c18d6e092..3e63d19b855 100644 --- a/pkgs/applications/networking/flent/http-getter.nix +++ b/pkgs/applications/networking/flent/http-getter.nix @@ -19,5 +19,6 @@ stdenv.mkDerivation rec { description = "Simple getter for HTTP URLs using cURL"; platforms = platforms.unix; license = licenses.gpl3; + broken = stdenv.hostPlatform.cc.isClang; }; }