summary refs log tree commit diff
path: root/pkgs/applications/networking/flent
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-11-25 14:52:43 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2018-12-02 14:12:41 -0600
commitb4087750c3912ad1ed8b8bfb2cb5d09517ff608d (patch)
tree3a8d5127356f7069370528a7666ebabde7a63001 /pkgs/applications/networking/flent
parent5e2394ae3cdc142ad92209a9c81993a00d78c8c0 (diff)
downloadnixpkgs-b4087750c3912ad1ed8b8bfb2cb5d09517ff608d.tar
nixpkgs-b4087750c3912ad1ed8b8bfb2cb5d09517ff608d.tar.gz
nixpkgs-b4087750c3912ad1ed8b8bfb2cb5d09517ff608d.tar.bz2
nixpkgs-b4087750c3912ad1ed8b8bfb2cb5d09517ff608d.tar.lz
nixpkgs-b4087750c3912ad1ed8b8bfb2cb5d09517ff608d.tar.xz
nixpkgs-b4087750c3912ad1ed8b8bfb2cb5d09517ff608d.tar.zst
nixpkgs-b4087750c3912ad1ed8b8bfb2cb5d09517ff608d.zip
flent/http-getter: broken on clang
(cherry picked from commit a5dcde16bbe737914849536362d15eb5a9675297)
Diffstat (limited to 'pkgs/applications/networking/flent')
-rw-r--r--pkgs/applications/networking/flent/http-getter.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 }