mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
flent/http-getter: broken on clang
(cherry picked from commit a5dcde16bbe737914849536362d15eb5a9675297)
This commit is contained in:
parent
5e2394ae3c
commit
b4087750c3
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user