From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id cNPkNv2XsV8RBAAAsNZ9tg (envelope-from ) for ; Sun, 15 Nov 2020 21:05:01 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id IJenMv2XsV+vTAAAbx9fmQ (envelope-from ) for ; Sun, 15 Nov 2020 21:05:01 +0000 Received: from pb-smtp21.pobox.com (pb-smtp21.pobox.com [173.228.157.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D93189405D0 for ; Sun, 15 Nov 2020 21:05:00 +0000 (UTC) Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 722A4EBFE2; Sun, 15 Nov 2020 16:04:58 -0500 (EST) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to :subject:date:message-id:mime-version:content-transfer-encoding; s=sasl; bh=9vGVA5r5JWr+Za+LPAcAeZE4HjM=; b=ahBPYuTkKatvnYUUw9XI +EWXAwgWthgp3qMhawoDH9S/zRM5RyWczQQ8n22Jrzhfa4bH4YbgBkoraNOUiihD 8Nz7hVPaxDgp/z8JXFhIQbj9DIJZhnH83SouUhCI7cB6XeoBlFXBq1hjVkHP0W30 m0D4m5nfC2KypHHcU93Xryw= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 6B4D1EBFE1; Sun, 15 Nov 2020 16:04:58 -0500 (EST) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:subject:date:message-id:mime-version:content-transfer-encoding; s=mesmtp; bh=sHPgCgpVP2A1s1FA3gHe62orznWlgH9Mzf2bXmVyRBQ=; b=qHrz+fS63DufdZ2IkPK9N752/QIwNrevLMKfN6zUmsp6KROZTHr+zNKQA6ThN74hEuoKH0KFwHE+xoiKJ3mbImKgq1Z0kejKliG20kteAZXLf5wcFVOiXYE6BTUdCiLPAheCRqslmcOeKaAvBDVB3SLnb4NwQUhrJD/nQNLVfPk= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id E5F91EBFDF; Sun, 15 Nov 2020 16:04:55 -0500 (EST) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: piem@inbox.kyleam.com Subject: [PATCH] .guix.scm: Remove b4 definition Date: Sun, 15 Nov 2020 16:04:45 -0500 Message-Id: <20201115210445.7892-1-kyle@kyleam.com> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 X-Pobox-Relay-ID: 3691857C-2786-11EB-A12F-D609E328BF65-24757444!pb-smtp21.pobox.com Content-Transfer-Encoding: quoted-printable X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=pobox.com header.s=sasl header.b=ahBPYuTk; dkim=fail (body hash did not verify) header.d=kyleam.com header.s=mesmtp header.b=qHrz+fS6; dmarc=none; spf=pass (aspmx1.migadu.com: domain of kyle@kyleam.com designates 173.228.157.53 as permitted sender) smtp.mailfrom=kyle@kyleam.com X-Spam-Score: 2.50 X-TUID: wz24i1Bqbdmq b4 is available upstream as of 3b77ba78684. Ref: https://yhetil.org/guix-patches/20201114003906.25111-1-kyle@kyleam.c= om --- .guix.scm | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.guix.scm b/.guix.scm index dca7a1f..c8acb32 100644 --- a/.guix.scm +++ b/.guix.scm @@ -45,27 +45,6 @@ (use-modules (guix build utils) ;;; Package definitions that should eventually be polished and ;;; submitted upstream. =20 -(define-public b4 - (package - (name "b4") - (version "0.5.2") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://git.kernel.org/pub/scm/utils/b4/b4.git") - (commit (string-append "v" version)))) - (file-name (string-append name "-" version "-checkout")) - (sha256 - (base32 "1w11fiyspyncz2m7njrjfylgzch4azi7560ngd8i733wvjjhg3mj"))= )) - (build-system python-build-system) - (inputs - `(("python-requests" ,python-requests))) - (home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git") - (synopsis "") - (description "") - (license license:gpl2+))) - (define-public piem (package (name "piem") base-commit: b54ad663fe22811dde804721d4db528ea18a433c --=20 2.29.2