* [PATCH] .guix.scm: Remove b4 definition
@ 2020-11-15 21:04 Kyle Meyer
0 siblings, 0 replies; only message in thread
From: Kyle Meyer @ 2020-11-15 21:04 UTC (permalink / raw)
To: piem
b4 is available upstream as of 3b77ba78684.
Ref: https://yhetil.org/guix-patches/20201114003906.25111-1-kyle@kyleam.com
---
.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.
-(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
--
2.29.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-11-15 21:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-15 21:04 [PATCH] .guix.scm: Remove b4 definition Kyle Meyer
Code repositories for project(s) associated with this public inbox
https://git.kyleam.com/piem/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).