From a88ceb799308cceddd884d6e1c514e371e8bffba Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 6 Aug 2019 01:02:24 +0200 Subject: [PATCH] i3status-rust: broken on ppc [ci skip] --- srcpkgs/i3status-rust/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/i3status-rust/template b/srcpkgs/i3status-rust/template index 026ef201f7f..8e01ed53609 100644 --- a/srcpkgs/i3status-rust/template +++ b/srcpkgs/i3status-rust/template @@ -11,3 +11,7 @@ license="GPL-3.0-only" homepage="https://github.com/greshake/i3status-rust" distfiles="https://github.com/greshake/i3status-rust/archive/v${version}.tar.gz" checksum=84a12a91419fda35109a0be3980671c1d58e13c5987e6dc999cbe786d05053d9 + +case "$XBPS_TARGET_MACHINE" in + ppc*) broken="old broken version of nix (0.8.1) in dep tree" ;; +esac