From 9d4bf64b981165302d62fbc12282ac6a2d212814 Mon Sep 17 00:00:00 2001 From: q66 Date: Sat, 4 Jan 2020 22:47:48 +0100 Subject: [PATCH] gip: broken This does not build with current Rust as it depends on an old version of the hyper crate, which depends on an old version of the url crate. Attempting to update any of them results in constraints not being satisfied. --- srcpkgs/gip/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/gip/template b/srcpkgs/gip/template index 17b19df9814..dd9cde1f491 100644 --- a/srcpkgs/gip/template +++ b/srcpkgs/gip/template @@ -9,6 +9,7 @@ license="MIT" homepage="https://github.com/dalance/gip" distfiles="https://github.com/dalance/gip/archive/v${version}.tar.gz" checksum=b8f5ba15a554ba4cb85a32449a8f665db24ab9dde7c47e7e6e10724fc9a76422 +broken="No longer builds with current Rust (url crate)" pre_build() { # the defined version (0.2.39 at the time of writing) is buggy on