From db9ddfa00c8815f118b61a9be6e35156380883b0 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sun, 2 Dec 2018 16:42:10 -0500 Subject: [PATCH] Revert "flent/http-getter: broken on clang" Failed to evaluate. This reverts commit b4087750c3912ad1ed8b8bfb2cb5d09517ff608d. --- pkgs/applications/networking/flent/http-getter.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/networking/flent/http-getter.nix b/pkgs/applications/networking/flent/http-getter.nix index 3e63d19b855..63c18d6e092 100644 --- a/pkgs/applications/networking/flent/http-getter.nix +++ b/pkgs/applications/networking/flent/http-getter.nix @@ -19,6 +19,5 @@ stdenv.mkDerivation rec { description = "Simple getter for HTTP URLs using cURL"; platforms = platforms.unix; license = licenses.gpl3; - broken = stdenv.hostPlatform.cc.isClang; }; }