From b4087750c3912ad1ed8b8bfb2cb5d09517ff608d Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Sun, 25 Nov 2018 14:52:43 -0600 Subject: [PATCH] flent/http-getter: broken on clang (cherry picked from commit a5dcde16bbe737914849536362d15eb5a9675297) --- pkgs/applications/networking/flent/http-getter.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/networking/flent/http-getter.nix b/pkgs/applications/networking/flent/http-getter.nix index 63c18d6e0929..3e63d19b855f 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; }; }