flent/http-getter: broken on clang

(cherry picked from commit a5dcde16bbe737914849536362d15eb5a9675297)
This commit is contained in:
Matthew Bauer 2018-11-25 14:52:43 -06:00
parent 5e2394ae3c
commit b4087750c3

View File

@ -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;
};
}