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";
|
description = "Simple getter for HTTP URLs using cURL";
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
|
broken = stdenv.hostPlatform.cc.isClang;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user