Revert "flent/http-getter: broken on clang"
Failed to evaluate.
This reverts commit b4087750c3
.
This commit is contained in:
parent
fa5b8f82c5
commit
db9ddfa00c
|
@ -19,6 +19,5 @@ 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